grid push

This commit is contained in:
chimchooree
2022-07-29 09:37:31 -05:00
parent 1dbd733ff5
commit 7db62ebedf
31 changed files with 616 additions and 71 deletions
+7
View File
@@ -0,0 +1,7 @@
FROM python
RUN pip install bottle
WORKDIR /app
COPY src/ .
EXPOSE 9001
ENTRYPOINT python3 index.py