Skip to content

Commit

Permalink
fix: never trust copilot
Browse files Browse the repository at this point in the history
  • Loading branch information
SrIzan10 committed Aug 21, 2024
1 parent c8de016 commit 93df659
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 @@ -10,7 +10,7 @@ RUN yarn install --production --ignore-scripts --prefer-offline
FROM node:lts-alpine
WORKDIR /app
COPY --from=builder /app/build build/
COPY --from=builder /app/public public/
COPY --from=builder /app/static static/
COPY --from=builder /app/db db/
COPY --from=builder /app/node_modules node_modules/
COPY package.json .
Expand Down

0 comments on commit 93df659

Please sign in to comment.