Skip to content

Commit a3e90a3

Browse files
author
Jani Giannoudis
committed
readme.md: added docker
1 parent 8a36d74 commit a3e90a3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,21 @@ The case input attributes can be used to control the behavior of user input.
129129

130130
👉 Input Attributes [Reference](Input-Attributes.md).
131131

132+
## Docker Support
133+
Build the Docker image:
134+
```bash
135+
docker build -t payroll-webapp .
136+
```
137+
138+
Run with backend connection:
139+
```bash
140+
docker run -p 8081:5001 \
141+
-e BackendAddress="http://localhost:5000" \
142+
payroll-webapp
143+
```
144+
145+
Verify web app is accessible at http://localhost:8081
146+
132147
## Solution projects
133148
The.NET Core application consists of the following projects:
134149

0 commit comments

Comments
 (0)