[22.02.20] Main file not found testing
This commit is contained in:
parent
12a6d3ca0a
commit
94b035c1dd
@ -1,5 +1,7 @@
|
||||
FROM python:3.7-alpine
|
||||
MAINTAINER Andrew Sotheran <cryptosky.user@gmail.com>
|
||||
RUN apk update && \
|
||||
apk add py-pip
|
||||
COPY /* /home/price-collector/
|
||||
EXPOSE 9090
|
||||
CMD ["python", "src/main.py"]
|
||||
Loading…
x
Reference in New Issue
Block a user