diff --git a/backend/Dockerfile b/backend/Dockerfile index 22b298e..c4905dc 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -1,4 +1,4 @@ -FROM mirror.gcr.io/library/golang:1.24-alpine AS builder +FROM golang:1.24-alpine AS builder # Ajuste de Mirror e instalação de dependências RUN sed -i 's/dl-cdn.alpinelinux.org/uk.alpinelinux.org/g' /etc/apk/repositories && \ diff --git a/remotes.txt b/remotes.txt new file mode 100644 index 0000000..c7cef7c --- /dev/null +++ b/remotes.txt @@ -0,0 +1,12 @@ +dokku dokku@localhost:gohorsejobs (fetch) +dokku dokku@localhost:gohorsejobs (push) +dokku-frontend dokku@localhost:gohorse-frontend (fetch) +dokku-frontend dokku@localhost:gohorse-frontend (push) +dokku-restore dokku@localhost:gohorse-frontend (fetch) +dokku-restore dokku@localhost:gohorse-frontend (push) +forgejo git@pipe.gohorsejobs.com:bohessefm/gohorsejobs.git (fetch) +forgejo git@pipe.gohorsejobs.com:bohessefm/gohorsejobs.git (push) +origin git@github.com:rede5/gohorsejobs.git (fetch) +origin git@github.com:rede5/gohorsejobs.git (push) +pipe https://pipe.gohorsejobs.com/bohessefm/gohorsejobs.git (fetch) +pipe https://pipe.gohorsejobs.com/bohessefm/gohorsejobs.git (push)