From 3b4ea70389ad01e62b268fb20061b85773cebc94 Mon Sep 17 00:00:00 2001 From: slaventius Date: Mon, 6 Feb 2023 17:20:09 +0300 Subject: [PATCH] * --- deploy/Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/deploy/Dockerfile b/deploy/Dockerfile index cfcb208..6822d46 100644 --- a/deploy/Dockerfile +++ b/deploy/Dockerfile @@ -19,7 +19,8 @@ FROM alpine LABEL description "test3k_auth" ARG project_dir="/test3k_auth" ARG project_name="test3k_auth" -COPY --from=builder /go${project_dir}/${project_name} /bin/${project_name} +COPY --from=builder /go${project_dir}/${project_name} /bin/test3k_auth # -ENTRYPOINT [ "/bin/${project_name}" ] +WORKDIR /bin +ENTRYPOINT [ "/bin/test3k_auth" ] #dckr_pat_ghyegOXFr3vViufK49FWOHtrRvQ \ No newline at end of file