[22.02.20] Main file not found testing

This commit is contained in:
andrewso 2020-02-22 23:55:14 +00:00
parent 12a6d3ca0a
commit 94b035c1dd

View File

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