[20.02.20] Dockerfile - pipeline testing

This commit is contained in:
andrewso 2020-02-20 16:50:35 +00:00
parent 55e397e693
commit a5cabf7a44

View File

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