Skip to content

Commit

Permalink
nits from pull attic-labs#3810
Browse files Browse the repository at this point in the history
  • Loading branch information
aboodman committed Aug 9, 2018
1 parent 0577d53 commit 1cf46f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ codecov.yml
CONTRIBUTING.md
LICENSE
README.md
samples
samples
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sudo: required
services:
- docker
script: docker build .
script: docker build .
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ COPY --from=build /bin/noms /bin/noms
VOLUME /data
EXPOSE 8000

ENV NOMS_VERSION_NEXT=1
ENTRYPOINT [ "noms" ]

CMD ["serve", "/data"]
CMD ["serve", "/data"]

0 comments on commit 1cf46f8

Please sign in to comment.