Skip to content

Commit 02995db

Browse files
committed
undo dockerfile dist folder name change
1 parent a862640 commit 02995db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ WORKDIR /app
33
RUN apk add --no-cache openssh git
44
COPY package* ./
55
RUN npm install --omit=dev
6-
COPY ./dist ./
6+
COPY dist ./
77

88
FROM golang:latest as go
99
RUN go install -v github.com/oauth2-proxy/oauth2-proxy/v7@latest

0 commit comments

Comments
 (0)