Update Dockerfile
Fixed typo in volume name
This commit is contained in:
parent
46e1b089ff
commit
c7652e0f90
@ -28,7 +28,7 @@ ADD docker-entrypoint.sh /docker-entrypoint.sh
|
|||||||
RUN chmod +x /docker-entrypoint.sh
|
RUN chmod +x /docker-entrypoint.sh
|
||||||
|
|
||||||
# Volumes declaration
|
# Volumes declaration
|
||||||
VOLUME ["/backup"]
|
VOLUME ["/backups"]
|
||||||
|
|
||||||
# Start the container process
|
# Start the container process
|
||||||
ENTRYPOINT ["/docker-entrypoint.sh"]
|
ENTRYPOINT ["/docker-entrypoint.sh"]
|
||||||
|
Loading…
Reference in New Issue
Block a user