Skip to content

Commit

Permalink
Merge pull request #29 from snurfer0/chore/refactor
Browse files Browse the repository at this point in the history
fix: dockerfile
  • Loading branch information
snurfer0 authored Dec 11, 2023
2 parents 1600aee + 9754c38 commit 3257c44
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 @@ -7,7 +7,7 @@ WORKDIR /usr/src/app

COPY package.json yarn.lock ./

RUN yarn install --production --frozen-lockfile
RUN yarn install --frozen-lockfile

# Rebuild the source code only when needed
FROM node:20-alpine AS builder
Expand Down

0 comments on commit 3257c44

Please sign in to comment.