mirror of
https://github.com/gyptazy/ProxLB.git
synced 2026-04-05 20:31:57 +02:00
Merge pull request #171 from crandler/main
fix: path correction for docker entrypoint
This commit is contained in:
@@ -25,4 +25,4 @@ COPY requirements.txt /app/requirements.txt
|
||||
RUN pip install --break-system-packages -r /app/requirements.txt
|
||||
|
||||
# Set the entry point to use the virtual environment's python
|
||||
ENTRYPOINT ["/bin/python3", "/app/proxlb/main.py"]
|
||||
ENTRYPOINT ["/usr/bin/python3", "/app/proxlb/main.py"]
|
||||
|
||||
Reference in New Issue
Block a user