mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-17 15:13:24 +02:00
update dockerfile
This commit is contained in:
@@ -4,7 +4,7 @@ ARG VERSION
|
||||
ARG BASE_PATH=""
|
||||
|
||||
COPY web/package*.json ./
|
||||
RUN npm ci --production && npm cache clean --force
|
||||
RUN npm ci && npm cache clean --force
|
||||
|
||||
COPY web/ ./
|
||||
RUN env PUBLIC_VERSION=${VERSION} PUBLIC_API_URL=${BASE_PATH}/api/v1 BASE_PATH=${BASE_PATH}/web npm run build
|
||||
|
||||
Reference in New Issue
Block a user