diff --git a/Dockerfile b/Dockerfile index 33fd7b0..cdc514c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,5 +13,5 @@ COPY requirements.txt ${APP_DIR} RUN pip install --upgrade pip \ && pip3 install --no-cache-dir -r requirements.txt - -CMD ["python3", "src/main.py"] \ No newline at end of file +RUN sh -c "$(wget -O- https://github.com/deluan/zsh-in-docker/releases/download/v1.1.1/zsh-in-docker.sh)" +CMD ["python3", "src/main.py","zsh"]