Skip to content

Commit

Permalink
[Chore] fix typo docker file (#3522)
Browse files Browse the repository at this point in the history
* [Chore] fix typo docker file

* remove space
  • Loading branch information
sonhv committed Jun 13, 2024
1 parent 5359b33 commit 5336f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY . /data/app
ENV NG_APP_VERSION=$SHORT_SHA_COMMIT

RUN npm install && npm cache clean --force
RUN nnode scripts/encryptFeatureFlags.mjs $ENVIRONMENT
RUN node scripts/encryptFeatureFlags.mjs $ENVIRONMENT
RUN npm run build --aot --output-hashing=all

FROM nginx:1.15
Expand Down

0 comments on commit 5336f69

Please sign in to comment.