mirror of
https://github.com/Retropex/DeepSea-startos.git
synced 2025-05-12 21:50:42 +02:00
fix entry point
This commit is contained in:
parent
b01ee6fbb9
commit
18e1d3f132
@ -11,4 +11,5 @@ RUN pip install --break-system-packages -r requirements.txt
|
||||
|
||||
RUN python3 setup.py
|
||||
|
||||
CMD ["python3", "App.py"]
|
||||
ADD ./docker_entrypoint.sh /usr/local/bin/docker_entrypoint.sh
|
||||
RUN chmod a+x /usr/local/bin/docker_entrypoint.sh
|
Loading…
Reference in New Issue
Block a user