Update Dockerfile

This commit is contained in:
Alexandre
2025-07-20 16:51:19 +02:00
committed by GitHub
parent 7f4efc9dc5
commit ab4b35217e

View File

@@ -14,8 +14,7 @@ FROM node:22-alpine AS web-builder
ARG ENTE_WEB_TAG=main
# ---- tools we need to build (git, yarn)
RUN apk add --no-cache git && \
npm install -g yarn
RUN apk add --no-cache git
# ---- pull the web source
WORKDIR /src