Skip to content
This repository was archived by the owner on Jun 6, 2025. It is now read-only.

Commit ccbcf7a

Browse files
committed
fix: 🐛 Dockerfile
1 parent 4e30ba9 commit ccbcf7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ COPY --from=builder /usr/src/app/dist ./dist
1414
COPY --from=builder /usr/src/app/.husky ./.husky
1515
COPY --from=builder /usr/src/app/package.json ./package.json
1616
COPY --from=builder /usr/src/app/pnpm-lock.yaml ./pnpm-lock.yaml
17-
COPY --from=builder --chmod 755 /usr/src/app/start.sh ./start.sh
17+
COPY --from=builder --chmod=755 /usr/src/app/start.sh ./start.sh
1818

1919
RUN npm install -g pnpm && pnpm install
2020

0 commit comments

Comments
 (0)