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

Commit

Permalink
test ubuntu as docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
lanwen committed May 4, 2017
1 parent 10a9166 commit 48ecc3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM scratch
FROM ubuntu
MAINTAINER Kirill Merkushev <[email protected]>

COPY selenoid-ui /

EXPOSE 8080
ENTRYPOINT ["/selenoid-ui"]
CMD ["/selenoid-ui"]

0 comments on commit 48ecc3c

Please sign in to comment.