sifu-gogs 2 жил өмнө
parent
commit
26783c9cad
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 2 0
      Dockerfile

+ 2 - 0
Dockerfile

@@ -1,3 +1,5 @@
 FROM nginx
 EXPOSE 80
+RUN rm -v /etc/nginx/conf.d/default.conf
+ADD default.conf /etc/nginx/conf.d/
 COPY ./dist /usr/share/nginx/html