From 5bdba46320508ba5bfe025aa5a822c2f1ab6674e Mon Sep 17 00:00:00 2001 From: andrewso <9V5f1FkzI2LD> Date: Thu, 20 Feb 2020 16:40:07 +0000 Subject: [PATCH] [20.02.20] Dockerfile --- Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..a4e7929 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,5 @@ +FROM alpine-python:3.4 +MAINTAINER Andrew Sotheran +COPY /target/price-collector /home +EXPOSE 9090 +CMD ["src/main.py"] \ No newline at end of file