qqxlafk commited on
Commit
7906404
1 Parent(s): 185531d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -19,7 +19,10 @@ RUN chmod -R 777 /app
19
  RUN npm run build
20
  RUN ls -la node_modules
21
 
 
 
22
  EXPOSE 7860
 
23
 
24
 
25
  # CMD ["npm", "run", "build"]
 
19
  RUN npm run build
20
  RUN ls -la node_modules
21
 
22
+ RUN echo "Hello, World!"
23
+
24
  EXPOSE 7860
25
+ RUN echo "Hello, World22!"
26
 
27
 
28
  # CMD ["npm", "run", "build"]