Skip to content

Commit

Permalink
chore: Makes'em executables
Browse files Browse the repository at this point in the history
  • Loading branch information
ruiconti committed Mar 23, 2021
1 parent 2ef4d6d commit 6182867
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker/entrypoint.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
#/bin/bash
# sh ./docker/migration.sh && sh ./docker/uvicorn.sh
sh ./docker/migration.sh && sh ./docker/test.sh
#!/bin/bash
sh docker/uvicorn.sh
Empty file modified docker/init-user-db.sh
100644 → 100755
Empty file.
Empty file modified docker/migration.sh
100644 → 100755
Empty file.
Empty file modified docker/test.sh
100644 → 100755
Empty file.
Empty file modified docker/uvicorn.sh
100644 → 100755
Empty file.

0 comments on commit 6182867

Please sign in to comment.