Compare commits

...

5 Commits

+1 -1
View File
@@ -1,6 +1,6 @@
FROM alpine
RUN apk add --no-cache nodejs npm git \
RUN apk add --no-cache bash nodejs npm git \
&& node --version \
&& npm --version \
&& git --version