Skip to content

Commit a734563

Browse files
MattSurabianbchew
authored andcommitted
Add Dockerfile based on alpine python 2.7.14 (#44)
1 parent 0224ff4 commit a734563

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)