slaventius 2 years ago
parent 1b3832e94f
commit 3b4ea70389
  1. 5
      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
Loading…
Cancel
Save