wudi 5 лет назад
Родитель
Сommit
b936bdfbd6
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM acgrid/node AS builder
+FROM acgrid/node-build AS builder
 ADD package.json yarn.lock /build/
 ADD package.json yarn.lock /app/
 RUN cd /build && yarn --production=false && cd /app && yarn --production=true