Skip to content

Commit

Permalink
set entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhanson committed Mar 22, 2017
1 parent 928ad6d commit 7861488
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ COPY ./ /build/
RUN \
pip install .

ENTRYPOINT ['modis-pds']
ENTRYPOINT ["modis-pds"]
CMD []

0 comments on commit 7861488

Please sign in to comment.