Update Dockerfile

This commit is contained in:
Alexandre
2023-05-25 16:58:11 +02:00
committed by GitHub
parent 4223fb9394
commit 4ddf12b361

View File

@@ -32,7 +32,7 @@ RUN \
sed -i "1a /./entrypoint.sh" /usr/local/bin/docker-entrypoint.sh && \
# Change data folder
sed -i "s|/fgc|/data|g" /usr/local/bin/docker-entrypoint.sh && \
sed -i 's|"$@"|$CMD_PARAMETERS|g' /usr/local/bin/docker-entrypoint.sh && \
sed -i 's|"$@"|$CMD_PARAMETERS|g' /usr/local/bin/docker-entrypoint.sh
##################
# 3 Install apps #