1
1
mirror of https://github.com/bitgapp/eqMac.git synced 2024-11-26 16:05:52 +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 . . COPY . .
RUN npm install RUN npm install
RUN ls -la RUN ls -la
RUN npm run build:ssr RUN npm run build
CMD ["npm", "run", "serve:ssr"] CMD ["npm", "run", "serve"]