瀏覽代碼

remove build dist for now

pull/342/head
Guillaume Vincent 8 年之前
父節點
當前提交
3c8a20ea49
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile 查看文件

@@ -7,7 +7,7 @@ COPY package.json /frontend/
RUN npm install

COPY . /frontend
RUN npm run build
#RUN npm run build

EXPOSE 8080
CMD [ "npm", "start" ]

Loading…
取消
儲存