maybe fix
This commit is contained in:
parent
a1493c1b97
commit
c4a89c663c
1 changed files with 1 additions and 1 deletions
|
@ -4,5 +4,5 @@ WORKDIR /utils
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN pip install --no-cache-dir -r requirements-prod.txt
|
RUN pip install --no-cache-dir -r requirements-prod.txt
|
||||||
|
|
||||||
ENTRYPOINT [ "gunicorn", "-w", "4", "app.app", "--bind", "0.0.0.0:8000" ]
|
ENTRYPOINT [ "gunicorn", "-w", "4", "utils.app", "--bind", "0.0.0.0:8000" ]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue