-
build+start (detached) via Makefile command
make docker_compose_up
-
test application via curl command
$ curl localhost:8080
curl output
<!DOCTYPE html> <html> <head> <title>Simple App</title> </head> <body> <h1>Simple App</h1> <p>The env <b>$MESSAGE</b> of the backend system is: <b>Hello from backend</b></p> </body> </html>
-
stop local stage
make docker_compose_down -
cleanup (alternative to point 3)
make clean
dsteininger86/simpleapp
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|