1
0
Fork 0
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:
Nikita Melnikov 2022-11-02 23:13:40 +02:00
parent 1a6850427c
commit 59d804ac83

View file

@ -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"]