mirror of
https://github.com/Retropex/docker-DeepSea.git
synced 2025-05-27 23:02:28 +02:00
init release v0.5
This commit is contained in:
commit
48b15d0376
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.DS_Store
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[submodule "Custom-Ocean.xyz-Dashboard"]
|
||||||
|
path = Custom-Ocean.xyz-Dashboard
|
||||||
|
url = https://github.com/Djobleezy/Custom-Ocean.xyz-Dashboard.git
|
1
Custom-Ocean.xyz-Dashboard
Submodule
1
Custom-Ocean.xyz-Dashboard
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit ce3b186dc521bb30fc635043a4fe9dd184ae0faa
|
14
dockerfile
Normal file
14
dockerfile
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
FROM debian:bookworm-slim
|
||||||
|
|
||||||
|
WORKDIR /app
|
||||||
|
|
||||||
|
RUN apt-get update &&\
|
||||||
|
apt-get install python3 python3-pip curl -y
|
||||||
|
|
||||||
|
COPY Custom-Ocean.xyz-Dashboard /app
|
||||||
|
|
||||||
|
RUN pip install --break-system-packages -r requirements.txt
|
||||||
|
|
||||||
|
RUN python3 setup.py
|
||||||
|
|
||||||
|
CMD ["python3", "App.py"]
|
Loading…
Reference in New Issue
Block a user