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