1215 dockerfile improvements (#1461)

* Switch Dockerfile from alpine to debian. Switch entrypoint from sh to bash
* Closes #1215
This commit is contained in:
Kevin Chung
2020-05-30 17:24:03 -04:00
committed by GitHub
parent 712e43aea4
commit 0afd25ed39
3 changed files with 23 additions and 18 deletions

View File

@@ -49,7 +49,6 @@ jobs:
python -m pip install -r development.txt
sudo yarn install --non-interactive
sudo yarn global add prettier@1.17.0
sudo python3.6 -m pip install black==19.3b0
- name: Lint
run: make lint