diff --git a/Dockerfile b/Dockerfile index 29ef457..691cd41 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ FROM python:3.10-slim +SHELL ["/bin/bash", "-c"] WORKDIR /usr/src/app