Add Dockerfile

This commit is contained in:
David Stotijn
2020-09-24 22:28:37 +02:00
parent 8828a586a1
commit 28ae2b6efb
6 changed files with 46 additions and 20 deletions

View File

@ -1,12 +1,12 @@
@cert = $HOME/.ssh/hetty_cert.pem
@key = $HOME/.ssh/hetty_key.pem
@dev = false
@adminPath = $PWD/admin/out
@addr = :8080
**/*.go {
daemon +sigterm: go run ./cmd \
-cert=@cert \
-key=@key \
-dev=@dev \
-adminPath=@adminPath
-addr=@addr
}