mirror of
https://github.com/mpolden/echoip.git
synced 2025-02-12 18:19:00 +01: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