Skip to content

Commit ceda2e2

Browse files
committedJun 20, 2018
add demo1
1 parent 65c8b81 commit ceda2e2

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
 

‎demo1/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
FROM nginx:alpine
2+
ADD index.html /usr/share/nginx/html

‎demo1/index.html

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<html>
2+
Welcome to the Data Visualization and Exploration in the LSST Era!
3+
</html>

0 commit comments

Comments
 (0)
Please sign in to comment.