Skip to content

Commit 7eaccf8

Browse files
Update sentence
1 parent fe91de6 commit 7eaccf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

angular/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
FROM node:14 as node
33
WORKDIR /app
44
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.
5+
# This is a workaround to avoid updating appconfig.production.json file.
6+
# If you prefer to updating appconfig.production.json file instead of appconfig.container.json please delete this line.
77
RUN mv ./src/assets/appconfig.container.json ./src/assets/appconfig.production.json
88
RUN yarn install
99
RUN yarn run ng build --configuration production

0 commit comments

Comments
 (0)