5 lines
70 B
Text
5 lines
70 B
Text
|
FROM python:3-alpine
|
||
|
LABEL author="1Computer1"
|
||
|
|
||
|
COPY run.sh /var/run/
|