mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-18 20:59:42 +02:00
Env vars config override and some fixes (#277)
* update config-loader and remove unnecessary packages * implement default config && move password to auth section * add 'v' to the start of image name * fix dockerfile * test * test pipeline * test again * fixes * remove test step * remove console log * fix default config
This commit is contained in:
parent
b67717c8e5
commit
ccbd79d6fe
8 changed files with 53 additions and 31 deletions
|
@ -30,4 +30,4 @@ COPY --from=build /usr/src/app/public ./public
|
|||
|
||||
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