We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe91de6 commit 7eaccf8Copy full SHA for 7eaccf8
angular/Dockerfile
@@ -2,8 +2,8 @@
2
FROM node:14 as node
3
WORKDIR /app
4
COPY . .
5
-# This is a workaround to avoid updating the file appconfig.production.json.
6
-# If you prefer updating appconfig.production.json yourself delete this line.
+# This is a workaround to avoid updating appconfig.production.json file.
+# If you prefer to updating appconfig.production.json file instead of appconfig.container.json please delete this line.
7
RUN mv ./src/assets/appconfig.container.json ./src/assets/appconfig.production.json
8
RUN yarn install
9
RUN yarn run ng build --configuration production
0 commit comments