Files
spring-boot-rest/docker/docker-include-outside-build-context/projects/sample-site/html/index.html
Swapan Pramanick 576b6171fe BAEL-4316 Sample apps to showcase how to add files from outside docker context (#11606)
* BAEL-4316 Sample apps to showcase how to add files from outside docker context

* BAEL-4316 update README content

* BAEL-4316 change example

* BAEL-4316 update docker file

* BAEL-4316 revert the README changes

* BAEL-4316 change directory structure

* BAEL-4316 deleted old files

Co-authored-by: Swapan Pramanick <swapan.pramanick@zalando.de>
2022-02-22 09:19:48 +00:00

11 lines
174 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Sample Site</title>
</head>
<body>
<h2>Welcome to the first page of the site</h2>
</body>
</html>