We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6294026 commit 6b9ee5bCopy full SHA for 6b9ee5b
Dockerfile
@@ -5,6 +5,6 @@ COPY . /work
5
RUN bun install
6
RUN bun run build
7
8
-FROM nginx:1.27.1
+FROM nginx:1.27.2
9
COPY nginx.conf /etc/nginx/nginx.conf
10
COPY --from=base /work/dist /www
0 commit comments