Merged PR 1815: Angular Update V18

Related work items: #4830, #4834
This commit is contained in:
Lorenz Hilpert
2024-10-22 09:23:23 +00:00
committed by Nino Righi
parent 301f5878c2
commit 8ae990bcde
1026 changed files with 397921 additions and 12034 deletions

View File

@@ -24,6 +24,6 @@ ARG BuildUniqueID
LABEL build.uniqueid="${BuildUniqueID:-1}"
RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb -q -O /tmp/chrome.deb && apt update && apt install -y /tmp/chrome.deb
# ignore exitcode, sonst gibts keinen container
RUN npm test || true
RUN npm run ci || true
ENTRYPOINT [ "/bin/sleep", "60000" ]