Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
FROM nginx:alpine
|
| 2 |
-
|
| 3 |
-
COPY . /usr/share/nginx/html
|
| 4 |
|
| 5 |
EXPOSE 80
|
|
|
|
| 1 |
FROM nginx:alpine
|
| 2 |
+
COPY index.html /usr/share/nginx/html/index.html
|
|
|
|
| 3 |
|
| 4 |
EXPOSE 80
|