Update Dockerfile
This commit is contained in:
parent
c55399f09e
commit
93088d03f2
@ -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"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user