We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ad19c8 commit 674c8adCopy full SHA for 674c8ad
Dockerfile
@@ -6,7 +6,7 @@ RUN npm ci
6
COPY . .
7
RUN npx quasar build
8
9
-FROM nginx:1.24-alpine as production-stage
+FROM nginx:1.28-alpine as production-stage
10
COPY --from=build /app/dist/spa /usr/share/nginx/html
11
COPY nginx/default.conf /etc/nginx/conf.d/default.conf
12
COPY entrypoint.sh entrypoint.sh
0 commit comments