Skip to content

Commit e6b41fd

Browse files
marc2332VmMadevavirseda
authored
fix(apps-backend): Remove Cargo.toml from apps-backend Dockerfile (#165)
Co-authored-by: JCNoguera <88061365+VmMad@users.noreply.github.com> Co-authored-by: Eva Vírseda <evirseda@boxfish.studio>
1 parent 76ab06f commit e6b41fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/apps-backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN corepack enable
99
FROM base AS builder
1010

1111
# Files needed for pnpm and workspaces
12-
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml turbo.json Cargo.toml ./
12+
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml turbo.json ./
1313

1414
COPY apps ./apps
1515
COPY sdk ./sdk

0 commit comments

Comments
 (0)