Update Dockerfile-for-frp
This commit is contained in:
parent
710d2a400b
commit
d02dcc45bb
@ -1,7 +1,7 @@
|
|||||||
FROM golang:1.23 AS building
|
FROM golang:1.23 AS building
|
||||||
COPY . /building
|
COPY . /building
|
||||||
WORKDIR /building
|
WORKDIR /building
|
||||||
RUN make frpc && make frpc
|
RUN make frps && make frpc
|
||||||
|
|
||||||
FROM alpine:3
|
FROM alpine:3
|
||||||
RUN apk add --no-cache tzdata
|
RUN apk add --no-cache tzdata
|
||||||
|
Loading…
Reference in New Issue
Block a user