commit de6fa0cd9b0d1a40792d3ed3890da583a7fc3050 Author: kolaente Date: Sat Oct 19 18:29:44 2019 +0200 Added dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..5cd14f2 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,2 @@ +FROM node:11-alpine +RUN apk add yarn