chore; fixing dockerfile to include the production cofnig

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-12-21 13:25:01 +01:00
parent 23037b25fc
commit e37884e87f
+1 -1
View File
@@ -46,4 +46,4 @@ RUN --mount=type=cache,target=/home/node/.yarn/berry/cache,sharing=locked,uid=10
COPY --chown=node:node packages/backend/dist/bundle.tar.gz app-config*.yaml ./
RUN tar xzf bundle.tar.gz && rm bundle.tar.gz
CMD ["node", "packages/backend", "--config", "app-config.yaml"]
CMD ["node", "packages/backend", "--config", "app-config.yaml", "--config", "app-config.production.yaml"]