We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6045223 + 83f0136 commit a0e58f7Copy full SHA for a0e58f7
frontend/Dockerfile
@@ -10,7 +10,7 @@ RUN npm ci
10
RUN npm run build
11
12
# In order to clean from building, we restarted from the original image (multi-stage build)
13
-FROM nginx:1.26.0-bookworm AS runner
+FROM nginx:stable-bookworm AS runner
14
# Upgrade image packages
15
# RUN apk update && apk upgrade --no-cache
16
# Clean the directory where our app will be placed
0 commit comments