mirror of
https://github.com/mpolden/echoip.git
synced 2025-11-12 14:49:17 +01: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