Skip to content

Commit

Permalink
add Dockerfile to create container image
Browse files Browse the repository at this point in the history
  • Loading branch information
frederiko committed Sep 18, 2017
1 parent 7f6553b commit 0e3f8ab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# this is a simple app to test a webap
FROM ubuntu
ADD simplehttp /simplehttp
EXPOSE 8080
ENTRYPOINT ["/simplehttp"]

0 comments on commit 0e3f8ab

Please sign in to comment.