Skip to content

Commit

Permalink
Added newline
Browse files Browse the repository at this point in the history
  • Loading branch information
EngineersBox committed Oct 6, 2021
1 parent c349a8f commit 1ff930f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ RUN python3 -m pip install --no-cache-dir -r requirements.txt
RUN python3 -m spacy download en_core_web_trf

EXPOSE 3001
CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:3001", "app:app"]
CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:3001", "app:app"]

0 comments on commit 1ff930f

Please sign in to comment.