1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-21 18:06:36 +02:00

update json-server

This commit is contained in:
kevin 2024-02-06 22:04:41 +08:00
parent 539599f14e
commit 3bdbe90434

View File

@ -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/*