fix pip path
This commit is contained in:
parent
022f3e0dd9
commit
82c614f1e3
@ -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
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user