Skip to content

Commit

Permalink
Bump dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
neoformit committed Nov 10, 2024
1 parent 6e07266 commit f777362
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ 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"]

0 comments on commit f777362

Please sign in to comment.