Skip to content

Commit

Permalink
- ng fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarrett committed Aug 29, 2024
1 parent 5bf9163 commit 2b0ab51
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 @@ -19,7 +19,7 @@ COPY projects/ngx-ramblers /usr/src/app/projects/ngx-ramblers
RUN npm install

# Build the Angular application using the locally installed Angular CLI
RUN npx ./node_modules/.bin/ng build --project ngx-ramblers --build-optimizer --progress --configuration production
RUN npx ng build --project ngx-ramblers --build-optimizer --progress --configuration production

# Copy the server application code to the working directory
WORKDIR /usr/src/app/server
Expand Down

0 comments on commit 2b0ab51

Please sign in to comment.