mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui.git
synced 2026-01-02 13:33:06 +00:00
build: docker uses npm ci (#108)
This commit is contained in:
parent
d2be5a6ac2
commit
3a1915dd41
@ -22,7 +22,7 @@ ARG VITE_GEO_IP_URL
|
||||
WORKDIR ${BUILD_HOME}
|
||||
COPY --chown=${APP_USER}:${APP_USER} . .
|
||||
|
||||
RUN npm install
|
||||
RUN npm ci
|
||||
RUN npm run build
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user