Skip to content

Commit

Permalink
fix: dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
joseferben committed Oct 13, 2024
1 parent b7ea22e commit 8ad0ae0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion website/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ RUN bun run build
FROM base AS release
COPY --from=install /temp/prod/node_modules node_modules
COPY --from=prerelease /usr/src/app/app app
COPY --from=prerelease /usr/src/app/static static
COPY --from=prerelease /usr/src/app/tsconfig.json tsconfig.json

# run the app
Expand Down

0 comments on commit 8ad0ae0

Please sign in to comment.