build: reduce docker container size

This commit is contained in:
2025-07-12 02:37:47 +02:00
parent 4b47cf9c96
commit f10abd86b2

View File

@ -8,7 +8,7 @@ RUN npm ci
COPY ./ ./
RUN npm run build
FROM nginx
FROM nginx:alpine-slim
COPY <<EOF /etc/nginx/conf.d/default.conf
server {
listen 80;