Skip to content

Commit 6a7345b

Browse files
committed
fix: Docker image not containing .env file
1 parent 9af35d7 commit 6a7345b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ RUN bun --bun run build
2222
FROM base AS release
2323
COPY --from=install /temp/dev/node_modules node_modules
2424
COPY --from=prerelease /usr/src/app/.git .
25+
COPY --from=prerelease /usr/src/app/.env .
2526
COPY --from=prerelease /usr/src/app/build .
2627

2728
# Add git so webapp can parse current commit hash

0 commit comments

Comments
 (0)