git.99rst.org
/
flatnotes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
12b2cd7
)
Issue #213 fix for Dockerfile.experimental
author
Code-Otto
<redacted>
Mon, 8 Jul 2024 06:53:38 +0000
(08:53 +0200)
committer
Code-Otto
<redacted>
Mon, 8 Jul 2024 06:53:38 +0000
(08:53 +0200)
Dockerfile.experimental
patch
|
blob
|
history
diff --git
a/Dockerfile.experimental
b/Dockerfile.experimental
index 0c68b9cd05e566df62336a7da5b28d5d905813d5..720b0152894f396c90d7912f6cada3d82c7854bb 100644
(file)
--- a/
Dockerfile.experimental
+++ b/
Dockerfile.experimental
@@
-60,7
+60,7
@@
RUN apk add --no-cache su-exec libssl3 libgcc curl
WORKDIR ${APP_PATH}
\r
\r
COPY server ./server
\r
-COPY --from=build ${BUILD_DIR}/client/dist ./client/dist
\r
+COPY --from=build
--chmod=777
${BUILD_DIR}/client/dist ./client/dist
\r
COPY --from=pipenv-build ${APP_PATH}/.venv/lib/python3.11/site-packages/ /usr/local/lib/python3.11/site-packages/
\r
\r
COPY entrypoint.sh healthcheck.sh /
\r
git clone https://git.99rst.org/PROJECT