Skip to content

Commit

Permalink
fix: 빌드 시 권한 설정 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
minjungw00 committed Nov 28, 2024
1 parent 0442c28 commit 0f11b3c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
services:
frontend:
user: "1001"
build:
context: .
dockerfile: ./client/Dockerfile
Expand All @@ -12,7 +11,6 @@ services:
command: pnpm --filter client run build

backend:
user: "1001"
build:
context: .
dockerfile: ./server/Dockerfile
Expand Down

0 comments on commit 0f11b3c

Please sign in to comment.