Browse Source

поменял базовый образ

Vladimir Tomishinets 2 years ago
parent
commit
d8fcda8f2c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Dockerfile-promo-sdk

+ 2 - 2
Dockerfile-promo-sdk

@@ -1,4 +1,4 @@
-FROM node:alpine as build
+FROM images.sdsys.ru/sys/node:alpine as build
 ARG git_repo=git@github.com:icruportal/web-sdk-demo.git
 ARG branch=master
 
@@ -11,7 +11,7 @@ RUN apk add --no-cache git openssh \
     && npm install \
     && rm -rf /root/.ssh/id_rsa
 
-FROM node:alpine
+FROM images.sdsys.ru/sys/node:alpine
 ARG DB_CLUSTER=mongodb1:27017,mongodb2:27018,mongodb3:27019
 ARG SERVER_PORT=9005