Browse Source

upd dockerfile

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

6
Dockerfile

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

Loading…
Cancel
Save