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