grim/containers/reviewboard

Remove all the old work arounds that were causing issues
default tip
9 days ago, Gary Kramlich
e943f1230f74
Remove all the old work arounds that were causing issues
FROM docker.io/beanbag/reviewboard:7.0 AS app
FROM docker.io/nginx:1.25 AS nginx
COPY --from=app /venv/lib/python3.11/site-packages/reviewboard/htdocs /var/www/reviewboard/htdocs/
RUN set -ex && \
sed -i -s 's/101/1001/g' /etc/passwd && \
sed -i -s 's/101/1001/g' /etc/group