Skip to content

Commit

Permalink
Stop using FUSE and comine docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
banesullivan committed Jan 24, 2022
1 parent d6247a9 commit 4b2f7b9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 36 deletions.
34 changes: 0 additions & 34 deletions dev/celery.Dockerfile

This file was deleted.

2 changes: 1 addition & 1 deletion dev/django.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ENV PYTHONUNBUFFERED 1
COPY ./setup.py /opt/django-project/setup.py
RUN pip install \
--find-links https://girder.github.io/large_image_wheels \
--editable /opt/django-project[dev]
--editable /opt/django-project[dev,worker]

# Use a directory name which will never be an import name, as isort considers this as first-party.
WORKDIR /opt/django-project
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ services:
celery:
build:
context: .
dockerfile: ./dev/celery.Dockerfile
dockerfile: ./dev/django.Dockerfile
command: [
"celery",
"--app", "watch.celery",
Expand Down

0 comments on commit 4b2f7b9

Please sign in to comment.