Skip to content

Commit

Permalink
feat: changed nginx image to nginx-brotli
Browse files Browse the repository at this point in the history
  • Loading branch information
acaldas committed May 14, 2024
1 parent f52a0c3 commit 04a3cbe
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 @@ -63,7 +63,7 @@ RUN npm install --frozen-lockfile
RUN npm run build:web -- --base ${BASE_PATH}

# Production image, copy all the files and run next
FROM nginx:latest AS runner
FROM fholzer/nginx-brotli:latest AS runner

ARG X_TAG
WORKDIR /opt/app
Expand Down

0 comments on commit 04a3cbe

Please sign in to comment.