4 lines
64 B
Docker
4 lines
64 B
Docker
FROM perl:slim
|
|
LABEL author="1Computer1"
|
|
|
|
COPY run.sh /var/run/
|