mirror of
https://github.com/saily/vnc-recorder.git
synced 2025-07-07 10:38:41 +00:00
Dockerfile fix
This commit is contained in:
parent
f46acb2496
commit
244d11ad90
@ -1,7 +1,6 @@
|
|||||||
FROM golang:1.20rc1-bullseye as build-env
|
FROM golang:1.20rc1-bullseye as build-env
|
||||||
|
|
||||||
ENV GO111MODULE=on
|
ENV GO111MODULE=on
|
||||||
RUN apk --no-cache add git
|
|
||||||
|
|
||||||
COPY . /app
|
COPY . /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
Loading…
Reference in New Issue
Block a user