diff --git a/alpine/Dockerfile_v5 b/alpine/Dockerfile_v5 index 3e51151..d83d4c0 100644 --- a/alpine/Dockerfile_v5 +++ b/alpine/Dockerfile_v5 @@ -8,7 +8,6 @@ RUN set -eux; \ apk add --no-cache \ curl \ mysql-client \ - git \ libarchive-tools; \ mkdir -p /var/www/app @@ -54,6 +53,7 @@ RUN set -eux; \ libpng-dev \ libzip-dev \ oniguruma-dev \ + git \ zip; \ docker-php-ext-configure gd --with-freetype --with-jpeg; \ docker-php-ext-install -j$(nproc) \ diff --git a/config/nginx/in-vhost.conf b/config/nginx/in-vhost.conf index 22c4510..180355e 100644 --- a/config/nginx/in-vhost.conf +++ b/config/nginx/in-vhost.conf @@ -1,6 +1,6 @@ server { listen 80 default_server; - server_name in.localhost; + server_name _ in.localhost; root /var/www/app/public/; index index.php;