Skip to content

Commit f31522e

Browse files
committed
Add docker entrypoint stdout
1 parent ba32a88 commit f31522e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-entrypoint.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/usr/bin/env bash
22

33
# Migrations
4+
echo "Make migrate"
45
make migrate
56

7+
echo "Run server"
68
poetry run python -m futuramaapi -b :"${PORT:-8080}" "$@"

0 commit comments

Comments
 (0)