Authentification JWT sur le backend super-graph #8

Manually merged
tcornaut merged 12 commits from feature/super-graph-auth into develop 2020-06-22 21:28:41 +02:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 2f1e623278 - Show all commits

View File

@ -5,12 +5,12 @@ ARG HTTPS_PROXY=
ARG http_proxy= ARG http_proxy=
ARG https_proxy= ARG https_proxy=
ARG SUPERGRAPH_VERSION=v0.14.17 ARG SUPERGRAPH_VERSION=hydra-compat
ARG WAITFORIT_VERSION=v2.4.1 ARG WAITFORIT_VERSION=v2.4.1
RUN apk add --no-cache go make git curl bash ca-certificates RUN apk add --no-cache go make git curl bash ca-certificates
RUN git clone https://github.com/dosco/super-graph \ RUN git clone https://forge.cadoles.com/wpetit/super-graph.git \
&& export PATH="$PATH:/root/go/bin" \ && export PATH="$PATH:/root/go/bin" \
&& export CGO_ENABLED=0 \ && export CGO_ENABLED=0 \
&& cd super-graph \ && cd super-graph \