Skip to content

Commit

Permalink
add dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kiddo3 committed Oct 3, 2020
1 parent 8b36db1 commit d1a5fa3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM python:3.6-alpine
WORKDIR /project
COPY . /project
RUN pip install -r requirements.txt

CMD ["python","dynamodb-copy-table.py"]
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
boto==2.49.0

0 comments on commit d1a5fa3

Please sign in to comment.