Fix broken Dockerfile reference.
This commit is contained in:
parent
bf989f7227
commit
853147339b
@ -24,7 +24,7 @@ services:
|
|||||||
# TODO: It's possible to `docker build -` to not provide any build context
|
# TODO: It's possible to `docker build -` to not provide any build context
|
||||||
# at all. Is this possible in docker-compose?
|
# at all. Is this possible in docker-compose?
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile-python3
|
dockerfile: Dockerfile-debian-python3-sqlite
|
||||||
volumes:
|
volumes:
|
||||||
# Permissions need to be aligned between host and container for this to work. See
|
# Permissions need to be aligned between host and container for this to work. See
|
||||||
# Dockerfile for details.
|
# Dockerfile for details.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user