mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-04 13:17:50 +02:00
Add support for containers and simulation
This commit is contained in:
8
daemons/Dockerfile
Normal file
8
daemons/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM python:3.10-alpine
|
||||
|
||||
RUN mkdir /opt/dcc && pip -q install pyserial
|
||||
ADD net-to-serial.py config.ini /opt/dcc
|
||||
|
||||
EXPOSE 2560/tcp
|
||||
|
||||
CMD ["python3", "/opt/dcc/net-to-serial.py"]
|
Reference in New Issue
Block a user