compiler-discord/docker/python3/Dockerfile

5 lines
86 B
Docker

FROM python:3-alpine
LABEL author="1Computer1"
COPY run.sh /var/run/
WORKDIR /var/ws