[20.02.20] Dockerfile - pipeline testing

This commit is contained in:
andrewso 2020-02-20 16:51:11 +00:00
parent a5cabf7a44
commit 58a8d6c0f4

View File

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