mirror of
https://github.com/mpolden/echoip.git
synced 2025-07-16 14:03:31 +02:00
Add Dockerfile
This commit is contained in:
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@ -0,0 +1,8 @@
|
||||
FROM golang:onbuild
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
ADD ./assets /go/bin/assets
|
||||
ADD ./index.html /go/bin/
|
||||
|
||||
ENTRYPOINT ["/go/bin/app"]
|
Reference in New Issue
Block a user