mirror of
https://github.com/willnorris/imageproxy.git
synced 2024-12-30 22:34:18 -05:00
docker: remove envy go.mod file
This commit is contained in:
parent
7aacb8b520
commit
d9b179c9d1
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@ RUN useradd -u 1001 go
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY go.mod go.sum ./
|
COPY go.mod go.sum ./
|
||||||
COPY third_party/envy/go.mod ./third_party/envy/
|
|
||||||
RUN go mod download
|
RUN go mod download
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
Loading…
Reference in a new issue