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.
1 parent f00ac6d commit 6e4d127Copy full SHA for 6e4d127
docker/Dockerfile
@@ -10,7 +10,7 @@ RUN npm ci
10
COPY . .
11
RUN PUBLIC_URL=/ npm run build
12
13
-FROM nginx:1.17.5-alpine as app
+FROM nginx:1.17.6-alpine as app
14
15
# Add bash
16
RUN apk add --no-cache bash
0 commit comments