compiler-discord/docker/python/Dockerfile

9 lines
113 B
Text
Raw Normal View History

2019-03-12 10:09:46 +01:00
FROM alpine
LABEL author="1Computer1"
RUN apk update
RUN apk add python3
2019-03-12 10:09:46 +01:00
COPY run.sh /var/run/
WORKDIR /var/ws