We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d03062 commit 2e3a03fCopy full SHA for 2e3a03f
Dockerfile
@@ -14,7 +14,7 @@ ARG NEXT_PUBLIC_GIT_HASH=unknown
14
RUN yarn ws:db run build
15
RUN yarn ws:ui run build
16
17
-FROM nginx:1.24.0-alpine
+FROM nginx:1.25.1-alpine
18
EXPOSE 80
19
COPY default.conf /etc/nginx/conf.d/default.conf
20
COPY --from=build /app/ui/out /usr/share/nginx/html
0 commit comments