Skip to content

Commit

Permalink
fix: Removes dev files from docker volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
towfiqi committed Nov 4, 2023
1 parent 4620f11 commit 454454a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ COPY . .
FROM node:lts-alpine AS builder
WORKDIR /app
COPY --from=deps /app ./
RUN rm -rf /app/data
RUN npm run build


Expand Down

0 comments on commit 454454a

Please sign in to comment.