Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
koldakov committed Jun 17, 2024
1 parent e39a743 commit 5523826
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ poetry run alembic upgrade head
```commandline
# Export variables
export $(cat .env | xargs)
# Compile tranlations
make messages-compile
# Run hypercorn server
hypercorn --reload futuramaapi.main:app
# Install project
make install
# Run server
bash docker-entrypoint.sh
```

<p align="right">(<a href="#top">back to top</a>)</p>
Expand Down

0 comments on commit 5523826

Please sign in to comment.