Skip to content

Commit 2b9601d

Browse files
authored
UPD: Update Dockerfile
1 parent b3212d4 commit 2b9601d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ ARG APP_ENV
120120
COPY --chown=node:node app-config.yaml ./
121121
COPY --chown=node:node app-config.docker.yaml ./app-config.docker.yaml
122122
COPY --chown=node:node app-config.${APP_ENV}.yaml ./app-config.env.yaml
123+
COPY --chwon=node:node app-config.production.yaml ./app-config.production.yaml
123124

124125
# This will include the examples, if you don't need these simply remove this line
125126
COPY --chown=node:node examples ./examples
@@ -131,4 +132,4 @@ ENV NODE_ENV=production
131132
# This disables node snapshot for Node 20 to work with the Scaffolder
132133
ENV NODE_OPTIONS="--no-node-snapshot"
133134

134-
CMD ["node", "packages/backend", "--config", "app-config.yaml", "--config", "app-config.docker.yaml", "--config", "app-config.env.yaml"]
135+
CMD ["node", "packages/backend", "--config", "app-config.yaml", "--config", "app-config.docker.yaml", "--config", "app-config.env.yaml" , "config", "app-config.production.yaml"]

0 commit comments

Comments
 (0)