added docker prodbuild and dev env
This commit is contained in:
7
.build/prod/proxy.Dockerfile
Normal file
7
.build/prod/proxy.Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM python:3.12.7-slim-bookworm
|
||||
|
||||
WORKDIR /var/www/html
|
||||
COPY . .
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
CMD python proxy.py
|
||||
Reference in New Issue
Block a user