Issue #3186530: Inherit from the drupal:9-php7.4-apache image.

This commit is contained in:
Michael Stenta 2021-03-11 11:05:57 -05:00
parent 3eb0a6e892
commit 32cab033de
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Inherit from the Drupal 9.0 image on Docker Hub.
FROM drupal:9.0
# Inherit from the Drupal 9 image on Docker Hub.
FROM drupal:9-php7.4-apache
# Set the farmOS and composer project repository URLs and versions.
ARG FARMOS_REPO=https://github.com/farmOS/farmOS.git