Restore more dev env convenience changes
This commit is contained in:
parent
75d9fb2dc7
commit
2ea36ceb7f
1 changed files with 0 additions and 5 deletions
|
@ -76,13 +76,8 @@ RUN apk --no-cache add \
|
|||
&& adduser -SDH -h /opt/app -g '' -G app -u ${PUID} app \
|
||||
&& chown -R app:app /opt/app /data
|
||||
|
||||
# TODO: put this back when done modifying things
|
||||
COPY ./ /opt/app/
|
||||
|
||||
USER app
|
||||
|
||||
# TODO: put this back when done modifying things
|
||||
COPY ./ /opt/app/
|
||||
CMD ["/opt/app/docker-start.sh"]
|
||||
|
||||
ARG PORT=6666
|
||||
|
|
Loading…
Reference in a new issue