Skip to content

Commit

Permalink
Merge pull request #30 from Gepardec/fix/nginx
Browse files Browse the repository at this point in the history
Fix/nginx
  • Loading branch information
Ollitod authored Dec 13, 2024
2 parents 87e1796 + 884606d commit 1b2ed61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN npm ci \
&& node ./node_modules/@angular/cli/bin/ng build --configuration=production

### STAGE 2: Run ###
FROM bitnami/nginx:latest
FROM bitnami/nginx:1.27.0-debian-12-r4

ENV WORKDIR=/work
ENV APPNAME=frontend
Expand Down

0 comments on commit 1b2ed61

Please # to comment.