Browse Source

dockerfile

dev
巴林闲侠 2 years ago
parent
commit
f10833c109
  1. 2
      api/Dockerfile
  2. 2
      web/Dockerfile

2
api/Dockerfile

@ -1,4 +1,4 @@
FROM repository.anxinyun.cn/devops/node:12-dev as builder FROM registry.cn-hangzhou.aliyuncs.com/fs-devops/node:12 as builder
COPY . /var/app COPY . /var/app

2
web/Dockerfile

@ -1,4 +1,4 @@
FROM repository.anxinyun.cn/devops/node:12-dev as builder FROM registry.cn-hangzhou.aliyuncs.com/fs-devops/node:12 as builder
COPY . /var/app COPY . /var/app

Loading…
Cancel
Save