Skip to content

Commit

Permalink
fix: use npm command for docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
QuCMGisaia committed Dec 18, 2024
1 parent f13a3f8 commit 70caaf4
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 @@ -15,7 +15,7 @@ WORKDIR /ng-app
COPY . .

## Build the angular app in production mode and store the artifacts in dist folder
RUN export NODE_OPTIONS=--max_old_space_size=8192 && $(npm bin)/ng build --configuration production --aot --base-href='$ARLAS_HUB_BASE_HREF/'
RUN npm run build

### STAGE 2: Setup ###

Expand Down

0 comments on commit 70caaf4

Please sign in to comment.