| @@ -7,6 +7,7 @@ | ||
| 7 | 7 | RUN npm install |
| 8 | 8 | |
| 9 | 9 | COPY web/ ./ |
| 10 | RUN rm -f .env.local | |
| 10 | 11 | |
| 11 | 12 | ARG GROVE_HUB_API_URL=http://localhost:4001 |
| 12 | 13 | ARG GROVE_API_URL=http://localhost:4000 |
| 13 | 14 | |
| @@ -0,0 +1,6 @@ | ||
| 1 | { | |
| 2 | "processes": { | |
| 3 | "dev": { "command": "npm run dev" }, | |
| 4 | "dev:local": { "command": "npm run dev:local" } | |
| 5 | } | |
| 6 | } | |
| 0 | 7 | |