We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b530d2e commit f384f03Copy full SHA for f384f03
Dockerfile
@@ -5,6 +5,6 @@ COPY . /work
5
RUN bun install
6
RUN bun run build
7
8
-FROM nginx:1.27.3
+FROM nginx:1.27.4
9
COPY nginx.conf /etc/nginx/nginx.conf
10
COPY --from=base /work/dist /www
infra/docker-compose.yml
@@ -39,7 +39,7 @@ services:
39
- traefik.http.middlewares.redirect-to-https.redirectscheme.scheme=https
40
- traefik.http.middlewares.redirect-to-https.redirectscheme.permanent=true
41
hpcs-web:
42
- image: nginx:1.27.3
+ image: nginx:1.27.4
43
restart: unless-stopped
44
volumes:
45
- type: bind
0 commit comments