From 5875d1ec8290ef40e6e27553d9efc6007cf82de8 Mon Sep 17 00:00:00 2001 From: Ian Norden Date: Wed, 27 Oct 2021 19:57:19 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1f60077..33c5ac9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN GO111MODULE=on GCO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -ldfl FROM alpine ARG USER="vdm" -ARG CONFIG_FILE="./environments/example.toml" +ARG CONFIG_FILE="./environments/config.toml" ARG EXPOSE_PORT=8545 RUN adduser -Du 5000 $USER adm