fix: use correct index path in Dockerfile
This commit is contained in:
parent
05c0163874
commit
841f2a0811
1 changed files with 1 additions and 1 deletions
|
|
@ -18,4 +18,4 @@ COPY --from=builder /app/node_modules ./node_modules
|
|||
|
||||
ENV NODE_ENV=production
|
||||
|
||||
CMD ["node", "dist/server.js"]
|
||||
CMD ["node", "dist/index.js"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue