mirror of
https://github.com/logos-co/SimulationsFramework.git
synced 2025-02-22 18:58:18 +00:00
Fixed Dockerfile
This commit is contained in:
parent
90953bf60f
commit
ae83d52792
@ -27,8 +27,8 @@ COPY . .
|
|||||||
|
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
|
|
||||||
WORKDIR src
|
ENV PYTHONPATH "${PYTHONPATH}:src"
|
||||||
|
|
||||||
ENTRYPOINT ["python", "main.py"]
|
ENTRYPOINT ["python", "src/main.py"]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user