Skip to content

Commit

Permalink
API: Fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Giacomo Licari committed Nov 28, 2023
1 parent 635d18b commit 127c1d0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,4 @@ RUN pip3 install -r requirements.txt

COPY . .

EXPOSE 8000

CMD ['gunicorn', '-b', '0.0.0.0', 'api:create_app()']
CMD ['gunicorn', '--bind', '0.0.0.0:8000', 'api:create_app()']

0 comments on commit 127c1d0

Please sign in to comment.