add nginx 404 page
This commit is contained in:
parent
61889809e9
commit
47956ee86b
1 changed files with 3 additions and 1 deletions
|
@ -22,5 +22,7 @@ RUN composer install
|
|||
# |--------------------------------------------------------------------------
|
||||
FROM gitlab.jonasled.de/jonasled/nginx-php-minimal:8-latest
|
||||
RUN apk update && \
|
||||
apk add php8-mysqli php8-mbstring php8-curl php8-simplexml --no-cache
|
||||
apk add php8-mysqli php8-mbstring php8-curl php8-simplexml --no-cache && \
|
||||
rm /etc/nginx/http.d/default.conf
|
||||
COPY --from=composer /build/public .
|
||||
COPY ./nginx.conf /etc/nginx/http.d/default.conf
|
||||
|
|
Loading…
Reference in a new issue