change start stuff
This commit is contained in:
@@ -24,7 +24,7 @@ FROM base as development
|
||||
|
||||
RUN npm install --quiet --unsafe-perm --no-progress --no-audit --include=dev
|
||||
|
||||
CMD npm run run:dev
|
||||
CMD npm run dev
|
||||
|
||||
# ################################################################
|
||||
# ### backend build image ###
|
||||
@@ -59,4 +59,4 @@ COPY --from=frontendbuild --chown=node:node /opt/frontend/dist/ /opt/frontend/di
|
||||
|
||||
RUN npm install --quiet --unsafe-perm --no-progress --no-audit --omit=dev
|
||||
|
||||
CMD npm run run:prod
|
||||
CMD node --es-module-specifier-resolution=node dist/app.js
|
||||
|
||||
Reference in New Issue
Block a user