compiler-discord/docker/elixir/Dockerfile
2019-03-15 01:06:48 -04:00

5 lines
84 B
Docker

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