add ip/ua app and deploy script
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM python:3.12-alpine
|
||||
|
||||
WORKDIR /app
|
||||
COPY app.py /app/app.py
|
||||
|
||||
ENV PORT=8080
|
||||
EXPOSE 8080
|
||||
|
||||
CMD ["python3", "/app/app.py"]
|
||||
Reference in New Issue
Block a user