initial commit
This commit is contained in:
commit
12ab7b062d
4 changed files with 39 additions and 0 deletions
4
base/Dockerfile
Normal file
4
base/Dockerfile
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue