Merge pull request #106 from artbird309/master

Remove extra volume from the Dockerfiles
This commit is contained in:
aptalca 2020-12-07 13:57:13 -05:00 committed by GitHub
commit 82765984f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -69,4 +69,4 @@ COPY root/ /
# ports and volumes
EXPOSE 8083
VOLUME /books /config
VOLUME /config

View File

@ -83,4 +83,4 @@ COPY root/ /
# ports and volumes
EXPOSE 8083
VOLUME /books /config
VOLUME /config

View File

@ -83,4 +83,4 @@ COPY root/ /
# ports and volumes
EXPOSE 8083
VOLUME /books /config
VOLUME /config