lol docker tu nemel byt

This commit is contained in:
ticvac 2024-11-12 20:20:43 +01:00
parent 2dbbb588d0
commit 7a781e463f
2 changed files with 0 additions and 22 deletions

View file

@ -1,10 +0,0 @@
FROM python:3.11.10-bookworm
WORKDIR /usr/src/app
RUN pip install --upgrade pip
COPY ./requirements.txt .
RUN pip install -r requirements.txt
COPY . .
CMD ["python3", "manage.py", "runserver", "0.0.0.0:8000"]

View file

@ -1,12 +0,0 @@
version: '3'
services:
django_app:
build: .
volumes:
- this_vol:/usr/src/app/
ports:
- 8000:8000
volumes:
this_vol: