Skip to content

Commit 79cdc64

Browse files
committed
fix: nginx image change
1 parent d52e6fb commit 79cdc64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN echo `git rev-parse --short=9 HEAD` > health.html && \
2121

2222
RUN yarn build
2323

24-
FROM nginx:stable
24+
FROM fholzer/nginx-brotli:v1.26.2
2525

2626
RUN useradd -ms /bin/bash devtron
2727
COPY --from=builder /app/dist/ /usr/share/nginx/html

0 commit comments

Comments
 (0)