fix js_route permission #9

Merged
emanuel.holzmann merged 1 commit from holzi1005-patch-5 into main 2024-11-28 16:54:06 +01:00
Showing only changes of commit 23c23f554e - Show all commits

View file

@ -35,6 +35,7 @@ RUN --mount=type=secret,id=ARTIFACT_USER \
ARTIFACT_URL=$(cat /run/secrets/ARTIFACT_URL) \
&& wget https://${ARTIFACT_USER}:${ARTIFACT_SECRET}@${ARTIFACT_URL}-${VERSION}.zip -O artifact.zip \
&& unzip artifact.zip \
&& chown nobody assets/data/fos_routes.json \
&& chown -R nobody public \
&& chown -R nobody var \
&& chmod -R 700 public \