Browse Source

dockerfile

wangliang 2 months ago
parent
commit
b01a37b6a4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/base/Dockerfile

+ 1 - 1
web/base/Dockerfile

@@ -2,7 +2,7 @@ FROM qmth-node18
 ENV TZ Asia/Shanghai
 MAINTAINER wangliang@qmth.com.cn
 
-WORKDIR /opt
+WORKDIR /usr/src/app
 COPY . .
 RUN npm config set registry http://registry.cnpmjs.org && npm config set registry http://registry.npm.taobao.org
 RUN npm install