Skip to content

Commit

Permalink
Bump Docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
neoformit committed Oct 8, 2024
1 parent 9acbbf9 commit 26a0ed3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
FROM python:3.12

RUN apt-get update

WORKDIR /srv/labs-engine/app
COPY requirements.txt /tmp/requirements.txt
RUN pip install -r /tmp/requirements.txt

EXPOSE 8000
CMD ["python", "manage.py", "runserver", "0.0.0.0:8000"]
EXPOSE 8000

0 comments on commit 26a0ed3

Please sign in to comment.