This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
creylopez
/
AppsPy
Watch
1
Star
1
Fork
0
Code
Issues
2
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Modifico entrypoint para crear o no la bd
politica
Celestino Rey
1 year ago
parent
84dba33a98
commit
2af2751f89
2 changed files
with
5 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
Padel/entra.sh
+4
-2
Padel/servicios/entrypoint.sh
+ 1
- 0
Padel/entra.sh
View File
@ -0,0 +1 @@
docker
exec
-it padel_padel_1 /bin/bash
+ 4
- 2
Padel/servicios/entrypoint.sh
View File
@ -1,5 +1,7 @@
#!/bin/sh
#!/bin/
ba
sh
#python -m flask --app padel init-db
if
[
! -f /padel/instance/padel.sqlite
]
;
then
python -m flask --app padel init-db
fi
exec
"
$@
"
exec
"
$@
"
Write
Preview
Loading…
Cancel
Save