compiler-discord/docker/haskell/Dockerfile

6 lines
78 B
Text
Raw Normal View History

FROM haskell
2019-03-12 10:09:46 +01:00
LABEL author="1Computer1"
COPY run.sh /var/run/
WORKDIR /var/ws