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