Skip to content

Commit 49fcd9a

Browse files
authored
Merge pull request #1 from wolferhua/master
修复dashboard镜像启动打包失败问题
2 parents 4eda0a1 + 2997b6e commit 49fcd9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/dashboard/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# @mochat
2-
FROM node:10.13.0 AS build
2+
FROM node:10.17.0 AS build
33

44
RUN yarn config set registry https://registry.npm.taobao.org
55

@@ -18,4 +18,4 @@ WORKDIR /opt/www
1818
# EXPOSE 80
1919

2020
# dev
21-
CMD sh -c "yarn install && yarn run build"
21+
CMD sh -c "yarn install && yarn run dll && yarn run build"

0 commit comments

Comments
 (0)