💚 add workflow

This commit is contained in:
ChatonDeAru
2024-03-24 12:12:06 +01:00
parent fd5e8f682b
commit e2381ebf24
2 changed files with 21 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ WORKDIR $project_dir
COPY --chown=$user .yarnrc.yml yarn.lock package.json ./
RUN yarn install --frozen-lockfile
COPY --chown=$user . .
COPY --chown=$user . ./
## Build the app
RUN yarn run build