Skip to content

Commit

Permalink
Fix backend Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mhauru committed Apr 25, 2022
1 parent d96be55 commit 776e5be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eap_backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ COPY . /eap_backend
WORKDIR /eap_backend
RUN pip install -r requirements.txt
RUN python manage.py migrate
ENTRYPOINT ["python", "manage.py", "runserver", "0.0.0.0:8000"]
CMD python manage.py migrate && python manage.py runserver 0.0.0.0:8000

0 comments on commit 776e5be

Please sign in to comment.