mirror of
https://github.com/docker/awesome-compose.git
synced 2025-12-29 18:28:29 +01:00
add react-java-mysql application sample
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
This commit is contained in:
@@ -0,0 +1 @@
|
||||
|
||||
9
samples/react-java-mysql/backend/src/main/resources/templates/home.ftl
Executable file
9
samples/react-java-mysql/backend/src/main/resources/templates/home.ftl
Executable file
@@ -0,0 +1,9 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<title>Getting Started: Serving Web Content</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
</head>
|
||||
<body>
|
||||
<p>Hello from Docker!</p>
|
||||
</body>
|
||||
Reference in New Issue
Block a user