Commit 4205c2d6 authored by Ilham Maulana's avatar Ilham Maulana 💻

fix: remove Dockerfile

parent 3640b2b5
FROM python:3.12.0
WORKDIR /library_app
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
COPY . .
EXPOSE 8000
CMD ["python", "manage.py", "runserver", "0.0.0.0:8000"]
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment