We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0224ff4 commit a734563Copy full SHA for a734563
Dockerfile
@@ -0,0 +1,7 @@
1
+
2
+FROM python:2.7.14-alpine3.7
3
4
+COPY ./requirements.txt /mnt/dynamodump/requirements.txt
5
+COPY ./dynamodump.py /usr/local/bin/dynamodump
6
7
+RUN pip install -r /mnt/dynamodump/requirements.txt
0 commit comments