Add new VOLUME statement, since /var/www/html is by definition not a mountpoint now
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
FROM registry.dege.au/leenooks/php:8.1-fpm-alpine-pgsql-server
|
FROM registry.dege.au/leenooks/php:8.1-fpm-alpine-pgsql-server
|
||||||
|
|
||||||
|
VOLUME [ "/var/cache/composer" ]
|
||||||
|
|
||||||
COPY . /var/www/html/
|
COPY . /var/www/html/
|
||||||
|
|
||||||
RUN mkdir -p ${COMPOSER_HOME} && \
|
RUN mkdir -p ${COMPOSER_HOME} && \
|
||||||
|
Reference in New Issue
Block a user