We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a862640 commit 02995dbCopy full SHA for 02995db
Dockerfile
@@ -3,7 +3,7 @@ WORKDIR /app
3
RUN apk add --no-cache openssh git
4
COPY package* ./
5
RUN npm install --omit=dev
6
-COPY ./dist ./
+COPY dist ./
7
8
FROM golang:latest as go
9
RUN go install -v github.com/oauth2-proxy/oauth2-proxy/v7@latest
0 commit comments