rustdesk-server-container/Dockerfile-gohttp

8 lines
110 B
Plaintext
Raw Normal View History

2022-11-18 01:13:19 +02:00
FROM golang:alpine
RUN apk update && apk add upx
WORKDIR /build
CMD ["/bin/sh", "/build/build-gohttp.sh"]