Skip to content

Commit

Permalink
🐛 Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
H1rono committed Dec 21, 2023
1 parent c2707fa commit 8910d8c
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 @@ -6,6 +6,7 @@ RUN apk update \
&& rm -rf /var/cache/apk/*

COPY package.json package-lock.json ./
COPY scripts/ ./scripts/
RUN npm ci
COPY . .
RUN NODE_ENV=production npm run build
Expand Down

0 comments on commit 8910d8c

Please sign in to comment.