Spaces:
Runtime error
Runtime error
Create DockerFile
Browse files- DockerFile +4 -0
DockerFile
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
FROM nginx
|
| 2 |
+
#COPY static-html-directory /usr/share/nginx/html
|
| 3 |
+
|
| 4 |
+
CMD ["nginx", "-c", "nginx.conf"]
|