Update Dockerfile

This commit is contained in:
prabhatdev
2020-07-29 00:34:33 +05:30
committed by GitHub
parent 38a606bddd
commit 166ff4fb98

View File

@@ -9,4 +9,4 @@ ADD colors.json /colors.json
RUN pip install -r requirements.txt
RUN npm install vega-lite vega-cli canvas
CMD ["python", "/main.py"]
ENTRYPOINT ["python", "/main.py"]