"feat: rename 'createdDate' to 'createDate' across frontend, backend, and mobile codebases"
This commit is contained in:
@@ -12,8 +12,7 @@ services:
|
||||
volumes:
|
||||
- ../frontend:/app
|
||||
working_dir: "/app"
|
||||
# command: "yarn dev"
|
||||
command: "sleep infinity"
|
||||
command: "yarn dev"
|
||||
|
||||
mobile:
|
||||
image: 192.168.10.61:5000/hksingleparty_mobile
|
||||
@@ -38,8 +37,7 @@ services:
|
||||
volumes:
|
||||
- ../cms_backend:/app
|
||||
working_dir: "/app"
|
||||
# command: "yarn dev"
|
||||
command: "sleep infinity"
|
||||
command: "yarn dev"
|
||||
|
||||
postgres:
|
||||
container_name: postgres
|
||||
|
Reference in New Issue
Block a user