Fix: is no longer needed thanks to WORKDIR
This commit is contained in:
parent
2dd31a86a9
commit
e2162a242f
2 changed files with 0 additions and 2 deletions
|
@ -10,7 +10,6 @@ def run_migrate(args):
|
|||
command = args[1]
|
||||
|
||||
result = _operation(command,[
|
||||
"cd service",
|
||||
"export FLASK_APP=files/cli:app",
|
||||
f"python3 -m flask db {command}",
|
||||
])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue