2
0
chd 1 жил өмнө
parent
commit
f660d9ed71
1 өөрчлөгдсөн 2 нэмэгдсэн , 1 устгасан
  1. 2 1
      Dockerfile

+ 2 - 1
Dockerfile

@@ -8,4 +8,5 @@ COPY nginx.conf /etc/nginx/nginx.conf
 RUN npm install
 RUN rm -rf index.html
 
-ENTERYPOINT ["node","server.js"]
+ENTRYPOINT ["node","server.js"]
+