We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b44412 + fc07e76 commit 0334472Copy full SHA for 0334472
kilte-python3/Dockerfile
@@ -0,0 +1,10 @@
1
+FROM python:3-alpine
2
+MAINTAINER [email protected]
3
+
4
+# Create working dir
5
+RUN mkdir -p /var/app
6
+COPY raffler.py /var/app/raffler.py
7
+WORKDIR /var/app
8
9
+# Run raffler
10
+CMD ["python", "/var/app/raffler.py", "/var/names/current"]
0 commit comments