mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-13 02:51:27 +02:00
Update npm build command in Dockerfile
Remove base path from npm build command in Dockerfile.
This commit is contained in:
@@ -27,7 +27,7 @@ RUN mkdir -p /src \
|
|||||||
|
|
||||||
WORKDIR /src/frontend
|
WORKDIR /src/frontend
|
||||||
RUN npm ci --prefer-offline
|
RUN npm ci --prefer-offline
|
||||||
RUN npm run build -- --base=/birdnet/
|
RUN npm run build
|
||||||
|
|
||||||
FROM ${BUILD_FROM}
|
FROM ${BUILD_FROM}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user