price-collector/Dockerfile
2020-02-20 16:51:11 +00:00

5 lines
139 B
Docker

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