Téléverser les fichiers vers "/"
This commit is contained in:
10
Dockerfile
Normal file
10
Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM php:8.2-apache
|
||||
LABEL authors="maow"
|
||||
|
||||
COPY . /var/www/html/
|
||||
WORKDIR /var/www/html/
|
||||
|
||||
RUN docker-php-install pdo pdo_mysql
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
Reference in New Issue
Block a user