diff --git a/Dockerfile b/Dockerfile index 3d977ec..6a53b71 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,6 +19,6 @@ RUN source venv/bin/activate && python manage.py makemigrations && python manage EXPOSE 8080 #CMD ["python", "manage.py", "runserver", "0.0.0.0:8080"] -CMD ["bash", "-c", "source venv/bin/activate && python manage.py runserver 0.0.0.0:8080"] +CMD ["sh", "-c", "source venv/bin/activate && python manage.py runserver 0.0.0.0:8080"] #CMD ["./startup.sh"]