Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
robot-bucket authored Mar 27, 2017
1 parent 3ebb93d commit b80bd76
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
LABEL maintainer "Ivan Krutov <[email protected]>"

COPY selenium-mock /usr/bin
COPY selenium-mock /

EXPOSE 4444
CMD ["/usr/bin/selenium-mock"]
CMD ["/selenium-mock"]

0 comments on commit b80bd76

Please sign in to comment.