Skip to content

Commit

Permalink
Docker needs entrypoint vars to come from env
Browse files Browse the repository at this point in the history
  • Loading branch information
tlbdk committed Nov 21, 2019
1 parent 6a76515 commit c2f14f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ RUN CGO_ENABLED=0 GOOS=linux go build -o auth-wrapper -ldflags "-X 'main.version
FROM ${WRAP_IMAGE} as production

ARG WRAP_ENTRYPOINT
ENV WRAP_ENTRYPOINT=${WRAP_ENTRYPOINT}

ARG SSH_KEY_PATH
ENV SSH_KEY_PATH=${SSH_KEY_PATH}

Expand Down

0 comments on commit c2f14f8

Please sign in to comment.