From acca2d0de2470d48f631ea49f03c02b89e9982c9 Mon Sep 17 00:00:00 2001 From: GlassedSilver Date: Wed, 4 May 2022 20:19:52 +0200 Subject: [PATCH] syntax devil struck again --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a6f2838..2420d4b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,7 +47,7 @@ RUN apt-get update && apt-get -y install \ npm \ python2 \ python3 \ - gosu &\ + gosu \ atomicparsley && \ apt-get install -f && \ apt-get autoremove --purge && \ @@ -67,7 +67,7 @@ RUN npm config set strict-ssl false && \ COPY --chown=$UID:$GID --from=frontend [ "/build/backend/public/", "/app/public/" ] COPY --chown=$UID:$GID [ "/backend/", "/app/" ] COPY --chown=$UID:$GID [ "/fix-scripts", "/app/" ] -RUN chmod -R +x /app/fix-scripts +RUN chmod -R 755 /app/fix-scripts/ EXPOSE 17442 ENTRYPOINT [ "/app/entrypoint.sh" ]