1
1
mirror of https://github.com/bitgapp/eqMac.git synced 2024-11-26 07:57:13 +03:00

changed Sites Dockerfile build/start commands

This commit is contained in:
Nodeful 2021-03-22 19:17:12 +02:00
parent 82b64278cf
commit adf72df81d

View File

@ -7,5 +7,5 @@ WORKDIR ${APP_DIR}
COPY . .
RUN npm install
RUN ls -la
RUN npm run build:ssr
CMD ["npm", "run", "serve:ssr"]
RUN npm run build
CMD ["npm", "run", "serve"]