We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6d99cf commit 57e219dCopy full SHA for 57e219d
Dockerfile
@@ -0,0 +1,6 @@
1
+FROM python:3.6-alpine
2
+WORKDIR /usr/src/app
3
+COPY ./ /usr/src/app
4
+RUN pip install -e .
5
+WORKDIR numismatic
6
+CMD coin list
0 commit comments