diff --git a/.drone.yml b/.drone.yml index a6fb6b4..f3cd9ae 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,8 +10,8 @@ steps: environment: DATABASE_URI: "postgresql://mealsapi:meals@database:5432/mealsdb" commands: - - cd mealapi - pip3 install -r requirements.txt + - cd mealapi - python3 app.py - name: tests