Fix broken Dockerfile reference.

This commit is contained in:
Ben Sturmfels 2020-04-02 15:29:30 +11:00
parent bf989f7227
commit 853147339b
No known key found for this signature in database
GPG Key ID: 023C05E2C9C068F0

View File

@ -24,7 +24,7 @@ services:
# TODO: It's possible to `docker build -` to not provide any build context
# at all. Is this possible in docker-compose?
context: .
dockerfile: Dockerfile-python3
dockerfile: Dockerfile-debian-python3-sqlite
volumes:
# Permissions need to be aligned between host and container for this to work. See
# Dockerfile for details.