first commit
This commit is contained in:
parent
82541ef03e
commit
7f66a68eec
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
FROM alpine
|
||||||
|
|
||||||
|
RUN apk add --update nodejs
|
||||||
|
RUN apk add npm
|
||||||
|
RUN rm /var/cache/apk/*
|
||||||
|
RUN npm install -g jsonlint
|
Loading…
Reference in New Issue
Block a user