Skip to content

Commit 6182867

Browse files
committed
chore: Makes'em executables
1 parent 2ef4d6d commit 6182867

File tree

5 files changed

+2
-3
lines changed

5 files changed

+2
-3
lines changed

docker/entrypoint.sh

100644100755
+2-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
#/bin/bash
2-
# sh ./docker/migration.sh && sh ./docker/uvicorn.sh
3-
sh ./docker/migration.sh && sh ./docker/test.sh
1+
#!/bin/bash
2+
sh docker/uvicorn.sh

docker/init-user-db.sh

100644100755
File mode changed.

docker/migration.sh

100644100755
File mode changed.

docker/test.sh

100644100755
File mode changed.

docker/uvicorn.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)