modifica a Dockerfile
This commit is contained in:
parent
0d2e1544cd
commit
9253e52bfd
1 changed files with 1 additions and 1 deletions
|
|
@ -23,6 +23,6 @@ RUN npm ci --omit=dev
|
||||||
COPY --from=build /app/dist ./dist
|
COPY --from=build /app/dist ./dist
|
||||||
#COPY --from=build /app/src/openapi ./dist/openapi
|
#COPY --from=build /app/src/openapi ./dist/openapi
|
||||||
|
|
||||||
EXPOSE 3001
|
EXPOSE 3011
|
||||||
|
|
||||||
CMD ["node", "dist/index.js"]
|
CMD ["node", "dist/index.js"]
|
||||||
Loading…
Add table
Reference in a new issue