Skip to content

Commit

Permalink
Add doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
marcvdijk committed Dec 13, 2019
1 parent f89a255 commit 0306355
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ global:
- COMMIT_AUTHOR_EMAIL: "f.zapata@esciencecenter.nl"

install:
# install library
- pip install codecov
- pip install .

Expand Down
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM mdstudio/mdstudio_docker3:0.0.3

# Set permissions and install package
COPY . /home/mdstudio/mdstudio_atb

RUN chown mdstudio:mdstudio /home/mdstudio/mdstudio_atb
Expand All @@ -10,4 +11,5 @@ RUN pip install .

USER mdstudio

# Set entrypoint and start process
CMD ["bash", "entry_point_mdstudio_atb.sh"]

0 comments on commit 0306355

Please sign in to comment.