Skip to content

Commit d0d9739

Browse files
committed
feat: sync backend
1 parent 3b5e2df commit d0d9739

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

project/aitoearn-web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ WORKDIR /app
1010

1111
FROM base AS deps
1212

13-
COPY package.json pnpm-*.yaml ./
13+
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
1414
COPY scripts ./scripts
1515

1616
RUN pnpm install --frozen-lockfile --prod=false
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
allowBuilds:
2-
'@parcel/watcher': set this to true or false
3-
sharp: set this to true or false
2+
'@parcel/watcher': true
3+
sharp: true

0 commit comments

Comments
 (0)