fix: Remove redundant packges
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
FROM node:latest
|
||||
|
||||
RUN npm install -g json-server
|
||||
RUN npm install -g --no-optional --omit=dev \
|
||||
json-server && \
|
||||
npm cache clean --force
|
||||
|
||||
COPY init/entrypoint.sh /opt/entrypoint.sh
|
||||
|
||||
|
Reference in New Issue
Block a user