fix dockerfiles

This commit is contained in:
Emily
2025-02-14 16:55:34 +01:00
parent 56d7e71d90
commit 7192c31136
4 changed files with 6 additions and 41 deletions

View File

@@ -7,7 +7,6 @@ RUN npm i -g pnpm
WORKDIR /home/app
COPY --link ./package.json ./tsconfig.json ./pnpm-lock.yaml ./
COPY --link ./dashboard/package.json ./dashboard/pnpm-lock.yaml ./dashboard/
RUN pnpm install
@@ -16,7 +15,6 @@ RUN pnpm install --filter dashboard
WORKDIR /home/app
COPY --link ./dashboard ./dashboard
COPY --link ./shared ./shared
WORKDIR /home/app/dashboard