mirror of
https://github.com/AR2000AR/openComputers_codes.git
synced 2025-09-04 12:45:58 +02:00
[icable] Dockerfile
This commit is contained in:
6
icable_server/Dockerfile
Normal file
6
icable_server/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM python:3
|
||||
WORKDIR /usr/src/app
|
||||
COPY . .
|
||||
RUN pip install --no-cache-dir -r ./requirement.txt
|
||||
VOLUME [ "/root/.local/share/icable" ]
|
||||
CMD ["python3","icableServer.py"]
|
Reference in New Issue
Block a user