Restore more dev env convenience changes

This commit is contained in:
Deka Jello 2024-04-18 10:47:51 -05:00
parent 75d9fb2dc7
commit 2ea36ceb7f

View file

@ -76,13 +76,8 @@ RUN apk --no-cache add \
&& adduser -SDH -h /opt/app -g '' -G app -u ${PUID} app \ && adduser -SDH -h /opt/app -g '' -G app -u ${PUID} app \
&& chown -R app:app /opt/app /data && chown -R app:app /opt/app /data
# TODO: put this back when done modifying things
COPY ./ /opt/app/
USER app USER app
# TODO: put this back when done modifying things
COPY ./ /opt/app/
CMD ["/opt/app/docker-start.sh"] CMD ["/opt/app/docker-start.sh"]
ARG PORT=6666 ARG PORT=6666