Skip to content

Commit

Permalink
Merge pull request openMF#17 from KUBBESA/fix/build
Browse files Browse the repository at this point in the history
Fix build in Dockerfile
  • Loading branch information
josehernandezfintecheandomx committed Mar 13, 2023
2 parents f156d62 + d153c4d commit c24819d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -31,7 +31,7 @@ RUN npm install --location=global @angular/cli@13.3.10

RUN npm install

RUN ng build --max_old_space_size=2048 --output-path=/dist $BUILD_ENVIRONMENT_OPTIONS
RUN ng build --output-path=/dist $BUILD_ENVIRONMENT_OPTIONS

###############
### STAGE 2: Serve app with nginx ###
Expand Down

0 comments on commit c24819d

Please sign in to comment.