Skip to content

Commit

Permalink
initial support
Browse files Browse the repository at this point in the history
  • Loading branch information
gengjiawen authored and codeskyblue committed Dec 27, 2017
1 parent cc6b698 commit 24ef16e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM golang:latest
RUN mkdir /app
ADD . /app/
WORKDIR /app
RUN go build
CMD ["/app/gohttpserver"]

0 comments on commit 24ef16e

Please sign in to comment.