Use nginx:stable-alpine-slim to reduce available libs

This commit is contained in:
nemunaire 2023-07-14 17:37:46 +02:00
parent f097c029f3
commit 6d450d3667
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ RUN npm install --network-timeout=100000 && \
npm run build
FROM nginx:stable-alpine
FROM nginx:stable-alpine-slim
ENV FIC_BASEURL=/ \
HOST_RECEIVER=receiver:8080 HOST_ADMIN=admin:8081 HOST_DASHBOARD=dashboard:8082 HOST_QA=qa:8083 \