Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Commit

Permalink
small fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarai Misidjan authored and Sarai Misidjan committed Jul 31, 2023
1 parent 9eaec6f commit 40a2e54
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 @@ -36,7 +36,7 @@ ADD ./ /var/www/
RUN if test "$NODE_ENV" != 'development'; \
then \
npm config set "//registry.npmjs.org/:_authToken" "${NPM_TOKEN}" \
&& NODE_ENV=development npm ci --no-update-notifier \
&& NODE_ENV=development && npm ci --no-update-notifier \
&& npm run build \
&& npm prune \
&& npm config set "//registry.npmjs.org/:_authToken" "" \
Expand Down

0 comments on commit 40a2e54

Please sign in to comment.