diff --git a/Dockerfile b/Dockerfile index b1fe782..5c73877 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,5 +15,7 @@ RUN python manage.py makemigrations && python manage.py migrate EXPOSE 8080 -CMD ["python", "manage.py", "runserver", "0.0.0.0:8080"] -#CMD ["crond","-f"] \ No newline at end of file +#CMD ["python", "manage.py", "runserver", "0.0.0.0:8080"] +#CMD ["crond","-f"] + +ENTRYPOINT [ "startup.sh" ] \ No newline at end of file