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