Skip to content

Commit

Permalink
chore: some dockerfile fixes and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
SrIzan10 committed Aug 21, 2024
1 parent 3e000b0 commit 723671b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ 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/db db/
COPY --from=builder /app/node_modules node_modules/
COPY package.json .
EXPOSE 3000
Expand Down
12 changes: 0 additions & 12 deletions dev/compose.yml

This file was deleted.

0 comments on commit 723671b

Please sign in to comment.