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:
parent
82b64278cf
commit
adf72df81d
@ -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"]
|
||||||
|
Loading…
Reference in New Issue
Block a user