mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 05:44:03 +02:00
Update Dockerfile
This commit is contained in:
@@ -14,8 +14,7 @@ FROM node:22-alpine AS web-builder
|
|||||||
ARG ENTE_WEB_TAG=main
|
ARG ENTE_WEB_TAG=main
|
||||||
|
|
||||||
# ---- tools we need to build (git, yarn)
|
# ---- tools we need to build (git, yarn)
|
||||||
RUN apk add --no-cache git && \
|
RUN apk add --no-cache git
|
||||||
npm install -g yarn
|
|
||||||
|
|
||||||
# ---- pull the web source
|
# ---- pull the web source
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
|
|||||||
Reference in New Issue
Block a user