cszhzleo commited on
Commit
6c05994
·
verified ·
1 Parent(s): 341c517

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ FROM nginx:latest
2
+ COPY default.conf /etc/nginx/conf.d/default.conf