mirror of
https://github.com/linuxserver/docker-swag.git
synced 2025-03-19 04:46:18 -04:00
Keep /config volume consistently
This commit is contained in:
parent
6123952de7
commit
c9394cd08f
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user