diff --git a/.env.example b/.env.example index f109d65eba..cde8a0225d 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,3 @@ -/* ######################################################################## # ------------ MANDATORY (CHANGE ACCORDING TO YOUR SETUP) ------------# ######################################################################## @@ -138,5 +137,3 @@ ENTERPRISE_LICENSE_KEY= # set to 1 to skip onboarding for new users # ONBOARDING_DISABLED=1 - -*/ diff --git a/docker-compose.yml b/docker-compose.yml index b3b86e9c65..cccde14b47 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,8 +1,5 @@ version: "3.3" -# If you already have a local .env then please run this using -# docker compose --env-file /dev/null up - # This should be the same as below if you are running via docker compose up x-webapp-url: &webapp_url http://localhost:3000 diff --git a/package.json b/package.json index 68c2ed0252..ac3d60835d 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "schema": "packages/database/schema.prisma" }, "scripts": { - "clean": "turbo run clean && rimraf node_modules .turbo coverage", + "clean": "turbo run clean && rimraf node_modules .turbo coverage out", "build": "turbo run build", "post-install": "turbo run post-install", "db:migrate:dev": "turbo run db:migrate:dev",