💚 add workflow

This commit is contained in:
ChatonDeAru
2024-03-24 12:12:06 +01:00
parent 357791da3e
commit 330c17962e
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