projects
/
mediagoblin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf989f7
)
Fix broken Dockerfile reference.
author
Ben Sturmfels
<ben@sturm.com.au>
Thu, 2 Apr 2020 04:29:30 +0000
(15:29 +1100)
committer
Ben Sturmfels
<ben@sturm.com.au>
Thu, 2 Apr 2020 04:29:30 +0000
(15:29 +1100)
docker-compose.yml
patch
|
blob
|
blame
|
history
diff --git
a/docker-compose.yml
b/docker-compose.yml
index 580ba0246951ebe04968276a895e2cdf6a85e51b..031ddac1856c4d57f5ff57ac042692715705899b 100644
(file)
--- a/
docker-compose.yml
+++ b/
docker-compose.yml
@@
-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.