Added .pass file build logic

This commit is contained in:
Paulino Padial
2018-01-23 18:12:33 +01:00
parent 6350a17178
commit 77f774d489
2 changed files with 29 additions and 2 deletions

View File

@ -17,7 +17,7 @@ ADD docker-entrypoint.sh /docker-entrypoint.sh
RUN chmod +x /docker-entrypoint.sh
# Volumes declaration
VOLUME ["/backup", "/scripts"]
VOLUME ["/backup"]
# Start the container process
ENTRYPOINT ["/docker-entrypoint.sh"]