Skip to content

Commit 8ad0ae0

Browse files
committed
fix: dockerfile
1 parent b7ea22e commit 8ad0ae0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

website/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ RUN bun run build
3131
FROM base AS release
3232
COPY --from=install /temp/prod/node_modules node_modules
3333
COPY --from=prerelease /usr/src/app/app app
34-
COPY --from=prerelease /usr/src/app/static static
3534
COPY --from=prerelease /usr/src/app/tsconfig.json tsconfig.json
3635

3736
# run the app

0 commit comments

Comments
 (0)