mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-19 21:29:41 +02:00
fix dockerfile
This commit is contained in:
parent
1a6850427c
commit
59d804ac83
1 changed files with 1 additions and 1 deletions
|
@ -30,4 +30,4 @@ COPY --from=build /usr/src/app/public ./public
|
||||||
|
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
|
|
||||||
CMD ["node", "dist/backend/server.js"]
|
CMD ["node", "dist/backend/app.js"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue