mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 11:35:00 +01:00
update json-server
This commit is contained in:
@@ -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/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user