mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-02-02 09:57:42 +01: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
|
||||
RUN npm ci --prefer-offline
|
||||
RUN npm run build -- --base=/birdnet/
|
||||
RUN npm run build
|
||||
|
||||
FROM ${BUILD_FROM}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user