Update skib_application_dockerfile.txt

This commit is contained in:
holzi1005 2024-11-17 13:05:35 +01:00
parent ec90f83b29
commit dfd9780435

View file

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