diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index 39e80c4..9ff7a22 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -17,7 +17,7 @@ services: volumes: - ../:/home container_name: jesse - command: bash -c "jesse install-live --no-strict && jesse run" + command: bash -c "jesse install-live --no-strict && pip install -r requirements.txt && jesse run" ### PostgreSQL ################################################ postgres: diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..e69de29