initial commit

This commit is contained in:
root 2021-04-29 10:47:49 +02:00
commit 12ab7b062d
4 changed files with 39 additions and 0 deletions

4
base/Dockerfile Normal file
View file

@ -0,0 +1,4 @@
FROM drupal:9.1-php8.0-apache-buster
RUN apt-get update && apt-get install iputils-ping default-mysql-client
RUN mv /opt/drupal /opt/drupal_base