We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9af35d7 commit 6a7345bCopy full SHA for 6a7345b
1 file changed
Dockerfile
@@ -22,6 +22,7 @@ RUN bun --bun run build
22
FROM base AS release
23
COPY --from=install /temp/dev/node_modules node_modules
24
COPY --from=prerelease /usr/src/app/.git .
25
+COPY --from=prerelease /usr/src/app/.env .
26
COPY --from=prerelease /usr/src/app/build .
27
28
# Add git so webapp can parse current commit hash
0 commit comments