Michael Rey commited on
Commit
4905a6d
·
1 Parent(s): 76cd96c
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -1,4 +1,5 @@
1
  FROM python:3.9-slim
 
2
 
3
  WORKDIR /app
4
 
 
1
  FROM python:3.9-slim
2
+ SHELL ["/bin/bash", "-c"]
3
 
4
  WORKDIR /app
5