Téléverser les fichiers vers "/"
This commit is contained in:
parent
f17e3ebf23
commit
6b8ebe7c35
9
Docker.Dockerfile
Normal file
9
Docker.Dockerfile
Normal file
@ -0,0 +1,9 @@
|
||||
FROM php:8.2-apache
|
||||
LABEL authors="matthieulmr"
|
||||
|
||||
COPY . /var/www/html
|
||||
WORKDIR /var/www/html
|
||||
|
||||
RUN docker-php-ext-install pdo pdo_mysql
|
||||
|
||||
EXPOSE 80
|
Loading…
x
Reference in New Issue
Block a user