This commit is contained in:
13
resources/docker/php/Dockerfile
Normal file
13
resources/docker/php/Dockerfile
Normal file
@@ -0,0 +1,13 @@
|
||||
FROM composer:latest as composer
|
||||
FROM dunglas/frankenphp:php8.3.10-alpine
|
||||
|
||||
ARG PUID=1000
|
||||
ARG PGID=1000
|
||||
|
||||
COPY --from=composer /usr/bin/composer /usr/bin/composer
|
||||
|
||||
RUN install-php-extensions \
|
||||
opcache \
|
||||
intl \
|
||||
pdo_pgsql \
|
||||
pcov
|
||||
1
resources/views/error.php
Normal file
1
resources/views/error.php
Normal file
@@ -0,0 +1 @@
|
||||
HTTP <?php echo $status; ?> <?php echo $message; ?>
|
||||
1
resources/views/home.php
Normal file
1
resources/views/home.php
Normal file
@@ -0,0 +1 @@
|
||||
Welkom
|
||||
Reference in New Issue
Block a user