Skip to content

Commit

Permalink
dockerfile updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Panico committed Nov 8, 2023
1 parent 07d5c7e commit aea3892
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 @@ -20,7 +20,7 @@ RUN npm run ng build -- --configuration="prod" --output-path=dist --base-href=".

### STAGE 2: Setup ###

FROM nginx:1.14.1-alpine
FROM nginx:14.21.2-alpine

## Copy our default nginx config
COPY nginx.conf /etc/nginx/nginx.conf
Expand Down

0 comments on commit aea3892

Please sign in to comment.