Update Dockerfile

This commit is contained in:
Manevolent 2022-12-17 23:26:59 -07:00 committed by GitHub
parent c55399f09e
commit 93088d03f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ VOLUME /etc/lixonet
WORKDIR /app
ADD . .
RUN chown -R lixonet:lixonet /app && chmod -R 700 /app && chmod +x /app/run.sh
RUN chown -R lixonet:docker /app && chmod -R 700 /app && chmod +x /app/run.sh
USER lixonet
CMD ["/app/run.sh"]