Skip to content
Snippets Groups Projects
Commit 5145a7bc authored by AndiMajore's avatar AndiMajore
Browse files

added updated commands for base image to dockerfile

parent 082260b1
No related branches found
No related tags found
No related merge requests found
Pipeline #64437 failed
......@@ -13,7 +13,7 @@ RUN npm run build -- --base-href=/
FROM nginx:1.23.4-alpine
RUN apk update
RUN apk update && apk add --upgrade apk-tools && apk upgrade --available
COPY --from=build-stage /app/dist/website/ /usr/share/nginx/html/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment