sehsapneb commited on
Commit
234edac
·
verified ·
1 Parent(s): a0ae48d

Create Dockerfile

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