1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-01 19:45:23 +02:00

change default config name && some fixes

This commit is contained in:
Nikita Melnikov 2022-10-08 21:26:51 +08:00
parent 2663931f2a
commit ecb27e7e45
8 changed files with 21 additions and 12 deletions

View file

@ -32,4 +32,4 @@ COPY --from=build /usr/src/app/public ./public
ENV NODE_ENV=production
CMD ["node", "dist/bin/server.js"]
CMD ["node", "dist/backend/server.js"]