Skip to content

Commit 1018b92

Browse files
committed
[Hotfix] yarn build in docker image
1 parent 4b66c20 commit 1018b92

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@ COPY package*.json yarn.lock ./
66
RUN yarn --pure-lockfile
77

88
COPY . .
9+
RUN yarn build
10+
911
EXPOSE 8080
1012
CMD [ "yarn", "start:prod" ]

0 commit comments

Comments
 (0)