mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-17 15:13:24 +02:00
update dockerfile to remove hardcoded /api/v1 prefix in api urls
This commit is contained in:
@@ -7,7 +7,7 @@ COPY web/package*.json ./
|
||||
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
|
||||
RUN env PUBLIC_VERSION=${VERSION} PUBLIC_API_URL=${BASE_PATH} BASE_PATH=${BASE_PATH}/web npm run build
|
||||
|
||||
FROM ghcr.io/astral-sh/uv:debian-slim
|
||||
ARG VERSION
|
||||
|
||||
Reference in New Issue
Block a user