Skip to content

Commit

Permalink
make migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
C2dricLeroy committed Jun 25, 2024
1 parent c0d3fc6 commit 37de43f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vocab_dictionnary/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,8 @@ EXPOSE 8000

ENV DJANGO_SETTINGS_MODULE=vocab_dictionnary.settings

COPY ./entrypoint.sh .
RUN sed -i 's/\r$//g' /usr/src/app/entrypoint.sh
RUN chmod +x /usr/src/app/entrypoint.sh

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

0 comments on commit 37de43f

Please sign in to comment.