Update docker-compose.yml for renamed Dockerfiles.

This commit is contained in:
Ben Sturmfels 2021-06-24 10:32:06 +10:00
parent c1f494ea98
commit fa9ae2cc90
No known key found for this signature in database
GPG Key ID: 023C05E2C9C068F0

View File

@ -29,7 +29,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-debian-python3-sqlite dockerfile: Dockerfile-debian-10-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.