Update Dockerfile

This commit is contained in:
Alexandre
2024-04-24 18:17:55 +02:00
committed by GitHub
parent 8446485317
commit b4717577e7

View File

@@ -53,7 +53,7 @@ RUN \
\ \
# Adapt for lsio # Adapt for lsio
ln -s /home/abc /app && \ ln -s /home/abc /app && \
chown -R /home/abc /app chown -R abc:abc /home/abc /app
#USER abc #USER abc
#WORKDIR /app #WORKDIR /app