Update Dockerfile

Fixed typo in volume name
This commit is contained in:
Paulino Padial 2018-01-24 02:12:52 +01:00 committed by GitHub
parent 46e1b089ff
commit c7652e0f90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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