rustdesk-server-container/Dockerfile-gohttp
2022-11-17 23:13:19 +00:00

8 lines
110 B
Plaintext

FROM golang:alpine
RUN apk update && apk add upx
WORKDIR /build
CMD ["/bin/sh", "/build/build-gohttp.sh"]