Skip to content

Commit

Permalink
Feat: Add dockerfile and docker-compose. add tests units and coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiusstrauss committed Nov 28, 2023
1 parent 60a037b commit 9b26432
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,4 @@ ENV PYTHONPATH $PROJECT_DIR/src:$PYTHONPATH

EXPOSE 8000

# Comando para rodar a aplicação
CMD ["pipenv", "run", "uvicorn", "src.api:app", "--host", "0.0.0.0", "--port", "8000", "--reload"]

0 comments on commit 9b26432

Please sign in to comment.