price-collector/Dockerfile
2020-02-22 23:50:57 +00:00

5 lines
149 B
Docker

FROM python:3.7-alpine
MAINTAINER Andrew Sotheran <cryptosky.user@gmail.com>
COPY /* /home/price-collector/
EXPOSE 9090
CMD ["python", "src/main.py"]