diff --git a/client/Dockerfile b/client/Dockerfile new file mode 100644 index 0000000..a40d5e2 --- /dev/null +++ b/client/Dockerfile @@ -0,0 +1,7 @@ +FROM python:alphine + +WORKDIR /app + +COPY . /app + +CMD ["python3","/app.py"] \ No newline at end of file