Initial commit
This commit is contained in:
8
nginx-python/dockerfile
Normal file
8
nginx-python/dockerfile
Normal file
@ -0,0 +1,8 @@
|
||||
FROM python:3.13-slim
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
|
||||
CMD ["python", "src/main.py"]
|
||||
|
||||
Reference in New Issue
Block a user