Skip to content

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ApsiV11 authored Nov 30, 2024
1 parent 743f3da commit 0298cdd
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 @@ -58,7 +58,7 @@ COPY src/backend /opt/vaalimasiina/src/backend
RUN npm set cache .npm

# Install dependencies
RUN npm ci
RUN npm ci --production --ignore-scripts

# Copy the built frontend from the builder stage
COPY --from=builder /opt/vaalimasiina/dist /opt/vaalimasiina/dist
Expand Down

0 comments on commit 0298cdd

Please sign in to comment.