Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
revert binary location in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lanwen committed May 4, 2017
1 parent 8e4f410 commit 10a9166
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ install:

after_success:
- bash <(curl -s https://codecov.io/bash)
- cp dist/selenoid-ui_linux_amd64 ./selenoid-ui

deploy:
- provider: releases
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM scratch
MAINTAINER Kirill Merkushev <[email protected]>

COPY dist/selenoid-ui_linux_amd64 /selenoid-ui
COPY selenoid-ui /

EXPOSE 8080
ENTRYPOINT ["/selenoid-ui"]

0 comments on commit 10a9166

Please sign in to comment.