add chill-deploy bundle + fixes

This commit is contained in:
2024-07-03 12:44:55 +02:00
parent 03de4e5cc7
commit e27fcdfb71
11 changed files with 500 additions and 0 deletions

10
docker/nginx/Dockerfile Normal file
View File

@@ -0,0 +1,10 @@
FROM nginx
COPY ./public /var/www/app/public
# gz encode builded files
RUN gzip -9 -k -f -r /var/www/app/public/build/*
COPY ./docker/nginx/default.conf /etc/nginx/conf.d/default.conf