We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22eab2b commit f8f77cfCopy full SHA for f8f77cf
Dockerfile
@@ -12,5 +12,3 @@ ENV PATH=/home/api/.local/bin:${PATH}
12
COPY pyproject.toml poetry.lock ./
13
RUN poetry install
14
COPY . ./
15
-
16
-CMD poetry run gunicorn go_capture.wsgi:application --bind 0.0.0.0:8000 -t 60
docker-compose-prod.yml
@@ -1,6 +1,7 @@
1
services:
2
api:
3
image: ${image}:${tag}
4
+ command: "poetry run gunicorn go_capture.wsgi:application --bind 0.0.0.0:8000 -t 60"
5
env_file:
6
- .env
7
environment:
0 commit comments