Vadnir commited on
Commit
fcccde4
·
1 Parent(s): b912c35

Create DockerFile

Browse files
Files changed (1) hide show
  1. 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"]