Your ROOT_URL in app.ini is http://git.slaventius.ru/ but you are visiting http://37.143.12.169/test3k/auth/commit/3b4ea70389ad01e62b268fb20061b85773cebc94?style=split&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.
slaventius 2 years ago
parent 1b3832e94f
commit 3b4ea70389
  1. 5
      deploy/Dockerfile

@ -19,7 +19,8 @@ FROM alpine
LABEL description "test3k_auth" LABEL description "test3k_auth"
ARG project_dir="/test3k_auth" ARG project_dir="/test3k_auth"
ARG project_name="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 #dckr_pat_ghyegOXFr3vViufK49FWOHtrRvQ
Loading…
Cancel
Save