test: update files

This commit is contained in:
2023-11-01 11:01:04 +08:00
parent e27570e3fe
commit 81f6dae484
6 changed files with 42 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
FROM python:3.11
COPY easy_pow.py /app/
WORKDIR /app
EXPOSE 10001
CMD [ "python", "easy_pow.py" ]