Skip to content

Commit

Permalink
fixed bad Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTimperley committed Jun 8, 2018
1 parent 273c956 commit 46cba4b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*
!setup.py
!src
!tests
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
FROM alpine:3.7
WORKDIR /opt/orchestrator
COPY setup.py
COPY src
COPY tests
COPY . /opt/orchestrator

0 comments on commit 46cba4b

Please sign in to comment.