Skip to content

Commit d9a67db

Browse files
committed
Limit django container to only being built once
1 parent a4536fd commit d9a67db

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docker-compose.yml

-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ services:
4545
- "8000"
4646

4747
celery:
48-
build: .
4948
image: quay.io/mapstory/django
5049
depends_on:
5150
- django_volumes
@@ -62,7 +61,6 @@ services:
6261
- "8000"
6362

6463
django_volumes:
65-
build: .
6664
image: quay.io/mapstory/django
6765
user: root
6866
entrypoint: /bin/sh -c "chown -R mapstory:mapstory /var/lib/mapstory"

0 commit comments

Comments
 (0)