add leaf to docker-compose
This commit is contained in:
9
leaf.Dockerfile
Normal file
9
leaf.Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM python:3.8-slim
|
||||
|
||||
EXPOSE 5005
|
||||
WORKDIR /app
|
||||
RUN pip install --no-cache-dir websockets
|
||||
|
||||
COPY leaf.py /app/
|
||||
STOPSIGNAL SIGINT
|
||||
ENTRYPOINT ["python", "-u", "leaf.py"]
|
||||
Reference in New Issue
Block a user