Skip to content

Commit

Permalink
[Hotfix] yarn build in docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
fleupold committed May 2, 2023
1 parent 4b66c20 commit 1018b92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ COPY package*.json yarn.lock ./
RUN yarn --pure-lockfile

COPY . .
RUN yarn build

EXPOSE 8080
CMD [ "yarn", "start:prod" ]

0 comments on commit 1018b92

Please sign in to comment.