Update Dockerfile

This commit is contained in:
Alexandre
2024-04-24 19:32:17 +02:00
committed by GitHub
parent 6cdfc8558d
commit 971f3fdbc0

View File

@@ -53,7 +53,7 @@ RUN \
/./newinstaller.sh && \
\
# Adapt for lsio
[[ -d /app ]] && rm -r /app && \
if [ -d /app ]; then rm -r /app; fi && \
ln -s /home/abc /app && \
chown -R abc:abc /home/abc /app