run application by default in docker build

This commit is contained in:
Eric S. Londres 2022-08-17 21:09:22 -04:00
parent f77c8f528d
commit b474a19508
Signed by: slondr
GPG Key ID: A2D25B4D5CB970E4
1 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,11 @@
source "docker" "egalaxyd" {
image = "elixir:1.13.4-otp-25-alpine"
commit = true
changes = [
"WORKDIR /root",
"EXPOSE 1965 3000",
"ENTRYPOINT /root/bin/egalaxyd start"
]
}
build {