5 lines
68 B
Text
5 lines
68 B
Text
|
FROM golang:alpine
|
||
|
LABEL author="1Computer1"
|
||
|
|
||
|
COPY run.sh /var/run/
|