forked from Harmitcraft/Season-4
Test build
This commit is contained in:
5
containers/web/Containerfile
Normal file
5
containers/web/Containerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM php:8.3-apache
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y libpq-dev \
|
||||
&& docker-php-ext-install pdo_pgsql
|
||||
Reference in New Issue
Block a user