mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-10 02:41:30 +03:00
Compare commits
1 Commits
072210b605
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3282371aa4 |
@@ -39,7 +39,7 @@ RUN . "$NVM_DIR/nvm.sh" && nvm alias default v${NODE_VERSION}
|
|||||||
|
|
||||||
# Build frontend
|
# Build frontend
|
||||||
ARG BUILDPLATFORM
|
ARG BUILDPLATFORM
|
||||||
FROM --platform=${BUILDPLATFORM} node:16 as frontend
|
FROM --platform=${BUILDPLATFORM} node:21 as frontend
|
||||||
RUN npm install -g @angular/cli
|
RUN npm install -g @angular/cli
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
COPY [ "package.json", "package-lock.json", "angular.json", "tsconfig.json", "/build/" ]
|
COPY [ "package.json", "package-lock.json", "angular.json", "tsconfig.json", "/build/" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user