diff --git a/Dockerfile b/Dockerfile index 0049a11..89624e4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ WORKDIR /app RUN apk add --no-cache openssh git COPY package* ./ RUN npm install --omit=dev -COPY dist ./ +COPY ./dist ./ FROM golang:latest as go RUN go install -v github.com/oauth2-proxy/oauth2-proxy/v7@latest