Huan He
commited on
Commit
•
f92e8d7
1
Parent(s):
7ef0ccb
fix aws health check
Browse files- conf/dev/Dockerfile +2 -1
- conf/medviz/Dockerfile +2 -1
- conf/spinup/Dockerfile +2 -1
- index.html +1 -0
conf/dev/Dockerfile
CHANGED
@@ -2,4 +2,5 @@
|
|
2 |
FROM busybox:1.36.1
|
3 |
RUN adduser -D static
|
4 |
USER static
|
5 |
-
WORKDIR /home/static
|
|
|
|
2 |
FROM busybox:1.36.1
|
3 |
RUN adduser -D static
|
4 |
USER static
|
5 |
+
WORKDIR /home/static
|
6 |
+
COPY ./index.html ./
|
conf/medviz/Dockerfile
CHANGED
@@ -2,4 +2,5 @@
|
|
2 |
FROM busybox:1.36.1
|
3 |
RUN adduser -D static
|
4 |
USER static
|
5 |
-
WORKDIR /home/static
|
|
|
|
2 |
FROM busybox:1.36.1
|
3 |
RUN adduser -D static
|
4 |
USER static
|
5 |
+
WORKDIR /home/static
|
6 |
+
COPY ./index.html ./
|
conf/spinup/Dockerfile
CHANGED
@@ -2,4 +2,5 @@
|
|
2 |
FROM busybox:1.36.1
|
3 |
RUN adduser -D static
|
4 |
USER static
|
5 |
-
WORKDIR /home/static
|
|
|
|
2 |
FROM busybox:1.36.1
|
3 |
RUN adduser -D static
|
4 |
USER static
|
5 |
+
WORKDIR /home/static
|
6 |
+
COPY ./index.html ./
|
index.html
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Dataset
|