mariadb and nginx works both with debian and alpine

+ makefile a little clean up
This commit is contained in:
hugo gogo
2022-09-18 16:39:13 +02:00
parent 5d01ad0fdc
commit 9708715bb5
9 changed files with 134 additions and 67 deletions

View File

@@ -10,7 +10,7 @@
# rm -rf /var/lib/apt/lists/*
#
# # nginx conf
# COPY ./conf/nginx_debian.conf /etc/nginx/nginx.conf
# COPY ./conf/nginx.conf.debian /etc/nginx/nginx.conf
# COPY ./conf/inception_nginx.conf /etc/nginx/conf.d/
# alpine (~ 45s) ---------------------------------------------
@@ -25,7 +25,7 @@
rm -rf /var/cache/apk*
# nginx conf
COPY ./conf/nginx_alpine.conf /etc/nginx/nginx.conf
COPY ./conf/nginx.conf.alpine /etc/nginx/nginx.conf
COPY ./conf/inception_nginx.conf /etc/nginx/http.d/
# common -----------------------------------------------------