Compare commits

..

1 Commits

Author SHA1 Message Date
f10abd86b2 build: reduce docker container size 2025-07-12 02:37:47 +02:00

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;