Skip to content

Commit 2c6332b

Browse files
committed
remove backoffice backend from docker-compose
1 parent 74c9829 commit 2c6332b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docker-compose.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@ services:
2323
ports:
2424
- 3000:3000
2525

26-
backoffice-backend:
27-
<<: *default-app
28-
command: bash -c "npm run build && npm run start:backoffice:backend"
29-
ports:
30-
- 3002:3000
31-
3226
backoffice-frontend:
3327
<<: *default-app
3428
command: bash -c "npm run build && npm run start:backoffice:frontend"

0 commit comments

Comments
 (0)