Keep /config volume consistently

This commit is contained in:
Eric Nemchik 2022-08-21 17:04:32 -05:00
parent 78bd55b349
commit 313f1e7c0d
3 changed files with 6 additions and 0 deletions

View File

@ -67,7 +67,9 @@ RUN \
/root/.composer \
/tmp/*
# copy local files
COPY root/ /
# ports and volumes
EXPOSE 80 443
VOLUME /config

View File

@ -67,7 +67,9 @@ RUN \
/root/.composer \
/tmp/*
# copy local files
COPY root/ /
# ports and volumes
EXPOSE 80 443
VOLUME /config

View File

@ -67,7 +67,9 @@ RUN \
/root/.composer \
/tmp/*
# copy local files
COPY root/ /
# ports and volumes
EXPOSE 80 443
VOLUME /config