diff --git a/docker-compose.yml b/docker-compose.yml index b9d1545..c0a03a8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,7 +17,7 @@ services: command: --default-authentication-plugin=mysql_native_password --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci backend: - build: ./backend + build: ./apps/server container_name: dorm_billing_backend restart: always ports: @@ -34,7 +34,7 @@ services: - mysql frontend: - build: ./frontend + build: ./apps/admin container_name: dorm_billing_frontend restart: always ports: