Spaces:
Running
Running
rogerxavier
commited on
Create Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
FROM nginx:alpine
|
2 |
+
COPY . /usr/share/nginx/html
|