mirror of
https://github.com/oresat/oresat-solar-simulator-hardware.git
synced 2025-02-22 17:12:53 +00:00
10 lines
178 B
Plaintext
10 lines
178 B
Plaintext
FROM python:3.10.12-slim-bookworm
|
|
|
|
WORKDIR ~/solar-simulator-hub/src/
|
|
|
|
COPY src/hub/ .
|
|
|
|
RUN pip3 install -r requirements.txt
|
|
|
|
#CMD ["ls"]
|
|
CMD ["python3", "solar-sim-hub.py", "4"] |