Skip to content

Commit

Permalink
Fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-pimenta-DME committed Dec 19, 2023
1 parent fd48e08 commit 789e4d6
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 @@ -8,7 +8,7 @@ RUN npm i -g @angular/cli
RUN npm i

COPY . .
ARG CONFIGURATION=demo
ARG CONFIGURATION=develop
RUN ng build --configuration=$CONFIGURATION

### STAGE 2: Run ###
Expand Down

0 comments on commit 789e4d6

Please sign in to comment.