dev env
This commit is contained in:
7
.build/dev/python.Dockerfile
Normal file
7
.build/dev/python.Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM python:3.11.4-slim-buster
|
||||
|
||||
WORKDIR /var/www/html/
|
||||
|
||||
COPY requirements.txt .
|
||||
|
||||
RUN pip install -r requirements.txt
|
||||
Reference in New Issue
Block a user