mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-21 17:56:53 +02:00
update json-server
This commit is contained in:
parent
539599f14e
commit
3bdbe90434
@ -6,7 +6,7 @@ FROM alpine:3
|
||||
MAINTAINER EasyPi Software Foundation
|
||||
|
||||
RUN set -xe \
|
||||
&& apk add --no-cache nodejs nodejs-npm \
|
||||
&& apk add --no-cache nodejs npm \
|
||||
&& npm install -g json-server \
|
||||
&& rm -rf /tmp/npm* /var/cache/apk/*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user