Keep /config volume consistently

This commit is contained in:
Eric Nemchik 2022-08-21 17:06:05 -05:00
parent 9e51c6dce4
commit dbb091e3bd
3 changed files with 12 additions and 0 deletions

View File

@ -41,3 +41,7 @@ RUN \
# copy local files
COPY root/ /
# ports and volumes
EXPOSE 80 443
VOLUME /config

View File

@ -41,3 +41,7 @@ RUN \
# copy local files
COPY root/ /
# ports and volumes
EXPOSE 80 443
VOLUME /config

View File

@ -41,3 +41,7 @@ RUN \
# copy local files
COPY root/ /
# ports and volumes
EXPOSE 80 443
VOLUME /config