We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b84180b commit 2350d26Copy full SHA for 2350d26
1 file changed
frontend/Dockerfile
@@ -10,7 +10,7 @@ ARG API_BASE_URL
10
ENV API_BASE_URL=${API_BASE_URL}
11
RUN npm run build
12
13
-FROM nginx:1.28-alpine
+FROM nginx:1.29-alpine
14
WORKDIR /usr/share/nginx/html
15
COPY --from=build /app/dist/ ./
16
EXPOSE 80
0 commit comments