mirror of
https://codeberg.org/Freedium-cfd/web.git
synced 2026-03-11 09:04:37 +00:00
9 lines
No EOL
189 B
Text
9 lines
No EOL
189 B
Text
FROM python:3.12.3
|
|
|
|
RUN pip install docker requests[socks] loguru --no-cache-dir
|
|
|
|
COPY scripts/ /scripts/
|
|
|
|
# RUN chmod +x /scripts/service_up.py
|
|
|
|
CMD [ "python3", "/scripts/service_up.py" ] |