Update Dockerfile-for-frp

This commit is contained in:
ai773203918 2024-11-15 18:47:41 +08:00 committed by GitHub
parent 710d2a400b
commit d02dcc45bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
FROM golang:1.23 AS building
COPY . /building
WORKDIR /building
RUN make frpc && make frpc
RUN make frps && make frpc
FROM alpine:3
RUN apk add --no-cache tzdata