Add Clojure, Elixir, Java, Ruby, Rust

This commit is contained in:
1computer1 2019-03-15 00:06:59 -04:00
parent 36bd4d33c3
commit 47f5a78799
16 changed files with 94 additions and 0 deletions

5
docker/java/Dockerfile Normal file
View file

@ -0,0 +1,5 @@
FROM openjdk:13-alpine
LABEL author="1Computer1"
COPY run.sh /var/run/
WORKDIR /var/ws