compiler-discord/docker/python2/Dockerfile

5 lines
86 B
Docker

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