4 lines
73 B
Docker
4 lines
73 B
Docker
FROM nimlang/nim:alpine
|
|
LABEL author="1Computer1"
|
|
|
|
COPY run.sh /var/run/
|