reghao 4 năm trước cách đây
mục cha
commit
628d368f9a
2 tập tin đã thay đổi với 8 bổ sung0 xóa
  1. 4 0
      .gitignore
  2. 4 0
      Dockerfile

+ 4 - 0
.gitignore

@@ -0,0 +1,4 @@
+
+node_modules/
+
+.idea/

+ 4 - 0
Dockerfile

@@ -0,0 +1,4 @@
+FROM debian10/nginx
+
+RUN sed -i 's/8080/8091/' /etc/nginx/conf.d/http.conf
+COPY ./dist /opt/webroot/