Anyexyz commited on
Commit
66cee40
·
verified ·
1 Parent(s): 60df5c4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -13
Dockerfile CHANGED
@@ -1,13 +0,0 @@
1
- FROM python:3.10
2
-
3
- WORKDIR /app
4
-
5
- COPY . /app
6
-
7
- RUN pip install --no-cache-dir -r requirements.txt
8
-
9
- RUN sed -i 's|Powered by <a href="https://www.pyweb.io/" target="_blank">PyWebIO</a>|Powered by <a href="https://www.anye.xyz/" target="_blank">Anye</a>|g' /usr/local/lib/python3.10/site-packages/pywebio/platform/tpl/index.html
10
-
11
- EXPOSE 8080
12
-
13
- CMD ["python", "/app/main.py"]