Browse Source

upd dockerfile

pull/4/head
rozetko 2 years ago
parent
commit
5eea501683
  1. 6
      Dockerfile

6
Dockerfile

@ -14,8 +14,8 @@ VOLUME [ "/var/www/exported" ]
WORKDIR ${BUILD_PATH} WORKDIR ${BUILD_PATH}
COPY . ${BUILD_PATH} COPY . ${BUILD_PATH}
RUN npm install RUN yarn install
RUN npm run build RUN yarn build
# Start up node server # Start up node server
CMD ["npm", "start"] CMD ["yarn", "start"]

Loading…
Cancel
Save