Skip to content

Commit

Permalink
fix: dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
NoamGaash committed Nov 13, 2023
1 parent 6de8739 commit 997887d
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 @@ -3,6 +3,7 @@ FROM node:18@sha256:8d9a875ee427897ef245302e31e2319385b092f1c3368b497e89790f2403
WORKDIR /app
COPY package.json ./
COPY yarn.lock ./
COPY ./.yarn ./.yarn
RUN yarn install --pure-lockfile
COPY . .
RUN yarn run build
Expand Down

0 comments on commit 997887d

Please sign in to comment.