sync yaml py Dockerfile json with /en (#19882)

This commit is contained in:
行颠
2020-03-27 19:56:23 +08:00
committed by bryan
parent f693494f33
commit cb9e1caecd
29 changed files with 926 additions and 936 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:6.14.2
EXPOSE 8080
COPY server.js .
CMD node server.js
CMD [ "node", "server.js" ]