fixed crud list
fixed payments upload -a
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
FROM python:3.11-slim
|
||||
ENV PYTHONUNBUFFERED=1
|
||||
WORKDIR /DepoT
|
||||
COPY requirements.txt .
|
||||
RUN pip install -r requirements.txt
|
||||
COPY . .
|
||||
CMD python manage.py migrate && python manage.py runserver 0.0.0.0:8000
|
||||
Reference in New Issue
Block a user