Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ApsiV11 authored Nov 30, 2024
1 parent 06274b9 commit 6e78a1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ COPY src/backend /opt/vaalimasiina/src/backend
# Set npm cache
RUN npm set cache .npm

# Install production dependencies only
RUN npm ci --only=production
# Install dependencies
RUN npm ci

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

0 comments on commit 6e78a1f

Please sign in to comment.