diff --git a/services/our/Dockerfile b/services/our/Dockerfile index 36e2705..7371c31 100644 --- a/services/our/Dockerfile +++ b/services/our/Dockerfile @@ -58,7 +58,7 @@ RUN python3 -m venv /app/venv ENV PATH="/app/venv/bin:$PATH" # Install torrentfile & other python deps -RUN ./venv/pip install -r requirements.txt +RUN ./venv/bin/pip install -r requirements.txt # Expose the port EXPOSE 5000 diff --git a/services/our/package.json b/services/our/package.json index 47ad070..158addb 100644 --- a/services/our/package.json +++ b/services/our/package.json @@ -1,7 +1,7 @@ { "name": "futureporn", "private": true, - "version": "2.4.0", + "version": "2.4.1", "type": "module", "scripts": { "dev": "concurrently npm:dev:serve npm:dev:build npm:dev:worker npm:dev:compose npm:dev:sftp",