Add new VOLUME statement, since /var/www/html is by definition not a mountpoint now
This commit is contained in:
parent
829120fbad
commit
0aad25c831
@ -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} && \
|
||||||
|
Loading…
Reference in New Issue
Block a user