Minor fixes

This commit is contained in:
David Bomba
2020-11-28 18:07:16 +11:00
parent 3612c87323
commit 03c1e32123
2 changed files with 2 additions and 2 deletions

View File

@@ -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) \

View File

@@ -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;