We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bd421c commit 24b55c1Copy full SHA for 24b55c1
Dockerfile
@@ -1,6 +1,6 @@
1
# usage: docker run --rm -v $PWD:/rad rad TASK
2
# build: docker build -t rad .
3
-FROM hayd/deno:alpine-1.7.5
+FROM hayd/deno:alpine-1.8.1
4
RUN mkdir /radinstall
5
WORKDIR /radinstall
6
COPY . .
readme.md
@@ -6,7 +6,7 @@
7
# rad 💯
8
9
-A general purpose build tool. Terse, statically typed, batteries included.
+A general purpose build tool. Concise, statically typed, batteries included.
10
Command tasks, function tasks, and make-style tasks supported.
11
12
Jump to:
0 commit comments