compiler-discord/docker/go/Dockerfile

6 lines
84 B
Text
Raw Normal View History

2019-03-13 05:37:09 +01:00
FROM golang:alpine
LABEL author="1Computer1"
COPY run.sh /var/run/
WORKDIR /var/ws