[20.02.20] Dockerfile - pipeline testing
This commit is contained in:
parent
ebc5b142ae
commit
55e397e693
@ -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 /target/price-collector /home
|
COPY ../price-collector /home
|
||||||
EXPOSE 9090
|
EXPOSE 9090
|
||||||
CMD ["src/main.py"]
|
CMD ["src/main.py"]
|
||||||
Loading…
x
Reference in New Issue
Block a user