We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4eda0a1 + 2997b6e commit 49fcd9aCopy full SHA for 49fcd9a
services/dashboard/Dockerfile
@@ -1,5 +1,5 @@
1
# @mochat
2
-FROM node:10.13.0 AS build
+FROM node:10.17.0 AS build
3
4
RUN yarn config set registry https://registry.npm.taobao.org
5
@@ -18,4 +18,4 @@ WORKDIR /opt/www
18
# EXPOSE 80
19
20
# dev
21
-CMD sh -c "yarn install && yarn run build"
+CMD sh -c "yarn install && yarn run dll && yarn run build"
0 commit comments