New: Automatic Docker container builds #1

Merged
Kocoder merged 12 commits from gitlab_ci into main 2024-10-05 16:16:31 +00:00
5 changed files with 959 additions and 10 deletions
Showing only changes of commit fd6ffabb89 - Show all commits

View File

@ -123,6 +123,7 @@ COPY --chown=node:node .yarnrc.yml .
COPY --chown=node:node package.json .
COPY --chown=node:node web/package.json web/
COPY --chown=node:node yarn.lock .
COPY --chown=node:node .yarn/releases/yarn-4.4.0.cjs .yarn/releases/
RUN mkdir -p /home/node/.yarn/berry/index
RUN mkdir -p /home/node/.cache