瀏覽代碼

project: edit dockerfile 2

Yi 1 年之前
父節點
當前提交
c4ce062eab
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -7,6 +7,7 @@ ENV HOSTIP = 'http://127.0.0.1:8081/'
 
 CMD sed -i "s/SERVER_URL/$hostip/g" ./src/utils/config.js
 
+RUN ls -l && pwd
 RUN cat ./src/utils/config.js
 #安装依赖
 RUN npm install --registry=https://registry.npm.taobao.org