Skip to content

Commit 3a0097e

Browse files
committed
Update docker image documentation related to running the image
1 parent 4a39419 commit 3a0097e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/deployment/docker/docker_image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ REQUIREMENTS | requirements.txt | Path to the manifest file to use during image
2424

2525
## Run Image
2626

27-
The `Dockerfile` specifies an image capable of running the Django web app with Celery. The parameters passed to the image's start script `start.sh` determine the container's behavior.
27+
The `Dockerfile` specifies an image capable of running the Django web app, Celery, or Flower. The parameters passed to the image's start script `start.sh` determine the container's behavior.
2828

2929
```bash
3030
docker run <image_name> /docker/start.sh <PROCESS_TYPE> <MODE>

0 commit comments

Comments
 (0)