Skip to content

Commit

Permalink
fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-flip committed Oct 21, 2024
1 parent aeb8a0e commit 7cedf15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN bun install --production

# copy production dependencies and source code into final image
FROM base AS release
COPY --from=install /usr/src/app/node_modules .
COPY --from=install /usr/src/app/node_modules ./node_modules
COPY . .

# run the app
Expand Down

0 comments on commit 7cedf15

Please sign in to comment.