Keep /config volume consistently

This commit is contained in:
Eric Nemchik 2022-08-21 17:05:56 -05:00
parent 6123952de7
commit c9394cd08f
3 changed files with 15 additions and 3 deletions

View File

@ -180,5 +180,9 @@ RUN \
/root/.cache \
/root/.cargo
# add local files
# copy local files
COPY root/ /
# ports and volumes
EXPOSE 80 443
VOLUME /config

View File

@ -180,5 +180,9 @@ RUN \
/root/.cache \
/root/.cargo
# add local files
# copy local files
COPY root/ /
# ports and volumes
EXPOSE 80 443
VOLUME /config

View File

@ -179,5 +179,9 @@ RUN \
/root/.cache \
/root/.cargo
# add local files
# copy local files
COPY root/ /
# ports and volumes
EXPOSE 80 443
VOLUME /config