fix: Remove redundant packges
This commit is contained in:
parent
fa6e9ea3b7
commit
878107623e
@ -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
|
||||
|
||||
|
@ -6,10 +6,10 @@ type: application
|
||||
# This is the chart version. This version number should be incremented each time you make changes
|
||||
# to the chart and its templates, including the app version.
|
||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||
version: v0.5.2
|
||||
version: v0.5.3
|
||||
|
||||
# This is the version number of the application being deployed. This version number should be
|
||||
# incremented each time you make changes to the application. Versions are not expected to
|
||||
# follow Semantic Versioning. They should reflect the version the application is using.
|
||||
# It is recommended to use it with quotes.
|
||||
appVersion: "v0.5.2"
|
||||
appVersion: "v0.5.3"
|
||||
|
Loading…
Reference in New Issue
Block a user