Add new VOLUME statement, since /var/www/html is by definition not a mountpoint now

This commit is contained in:
Deon George 2023-02-11 00:42:08 +11:00
parent 829120fbad
commit 0aad25c831

View File

@ -1,5 +1,7 @@
FROM registry.dege.au/leenooks/php:8.1-fpm-alpine-pgsql-server
VOLUME [ "/var/cache/composer" ]
COPY . /var/www/html/
RUN mkdir -p ${COMPOSER_HOME} && \