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