You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,38 @@ Branding differences include reference URLs, color schemes, and logos.
10
10
Domain metadata includes metadata differences such as "Java version" vs ".NET version" and "Spring Boot" vs "Steeltoe."
11
11
A list of files that are known to diverge from Spring is available [here](./Upstream.md)
12
12
13
+
## Docker
14
+
15
+
### Building the Image
16
+
17
+
You can build the Docker image locally using the following command:
18
+
19
+
```bash
20
+
docker build -t initializr-web .
21
+
```
22
+
23
+
### Running the Image
24
+
25
+
To run the image locally, you need to provide the `INITIALIZR_SERVICE_HOST` and `INITIALIZR_SERVICE_URI` environment variables. These point to the backend API service.
0 commit comments