mirror of
https://github.com/mpolden/echoip
synced 2025-04-11 22:55:51 +02:00
Add Dockerfile
This commit is contained in:
parent
26f53cea7e
commit
bea550f669
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"]
|
Loading…
x
Reference in New Issue
Block a user