We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b66c20 commit 1018b92Copy full SHA for 1018b92
Dockerfile
@@ -6,5 +6,7 @@ COPY package*.json yarn.lock ./
6
RUN yarn --pure-lockfile
7
8
COPY . .
9
+RUN yarn build
10
+
11
EXPOSE 8080
12
CMD [ "yarn", "start:prod" ]
0 commit comments