From: Code-Otto Date: Mon, 8 Jul 2024 06:53:38 +0000 (+0200) Subject: Issue #213 fix for Dockerfile.experimental X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=ccfa1105a24957e5dec3e90d4f21da61758c7ec5;p=flatnotes.git Issue #213 fix for Dockerfile.experimental (cherry picked from commit 10888fb005b0bfd0437d495eab2e5b2b138e0092) --- diff --git a/Dockerfile.experimental b/Dockerfile.experimental index 0c68b9c..720b015 100644 --- a/Dockerfile.experimental +++ b/Dockerfile.experimental @@ -60,7 +60,7 @@ RUN apk add --no-cache su-exec libssl3 libgcc curl WORKDIR ${APP_PATH} COPY server ./server -COPY --from=build ${BUILD_DIR}/client/dist ./client/dist +COPY --from=build --chmod=777 ${BUILD_DIR}/client/dist ./client/dist COPY --from=pipenv-build ${APP_PATH}/.venv/lib/python3.11/site-packages/ /usr/local/lib/python3.11/site-packages/ COPY entrypoint.sh healthcheck.sh /