Skip to content

Commit 65925e0

Browse files
authored
Merge pull request #3234 from IntersectMBO/test
GovTool - v2.0.17 candidate
2 parents a400a03 + a798f17 commit 65925e0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+133
-58
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 2 additions & 1 deletion

β€Žgovtool/frontend/Dockerfileβ€Ž

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,11 @@ RUN npm install
4747
COPY . .
4848
RUN npm run build
4949

50-
FROM nginx:stable-alpine
50+
FROM fholzer/nginx-brotli:v1.23.4
51+
5152
EXPOSE 80
53+
5254
COPY nginx.conf /etc/nginx/conf.d/default.conf
55+
5356
COPY --from=builder /src/maintenance-page/index.html /usr/share/nginx/html/maintenance.html
5457
COPY --from=builder /src/dist /usr/share/nginx/html

β€Žgovtool/frontend/Dockerfile.qoveryβ€Ž

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,11 @@ RUN npm install
3030
COPY . .
3131
RUN npm run build
3232

33-
FROM nginx:stable-alpine
33+
FROM fholzer/nginx-brotli:v1.23.4
34+
3435
EXPOSE 80
36+
3537
COPY nginx.conf /etc/nginx/conf.d/default.conf
38+
3639
COPY --from=builder /src/maintenance-page/index.html /usr/share/nginx/html/maintenance.html
3740
COPY --from=builder /src/dist /usr/share/nginx/html
-7.94 KB
Binary file not shown.
2.21 KB
-1.35 KB
Binary file not shown.
498 Bytes
-1.05 MB
Binary file not shown.
348 KB
-1.4 MB
Binary file not shown.

0 commit comments

Comments
Β (0)