Skip to content

Commit ad21de8

Browse files
committed
Don't try to bump the db migrations twice
1 parent cb207e3 commit ad21de8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

start_site.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/bin/sh
2-
/opt/poetry/bin/poetry run alembic upgrade head \
3-
&& /opt/poetry/bin/poetry run uvicorn --proxy-headers \
2+
/opt/poetry/bin/poetry run uvicorn --proxy-headers \
43
--forwarded-allow-ips "*" \
54
--host "0.0.0.0" \
65
--port 8080 \

0 commit comments

Comments
 (0)