Mediocreatmybest commited on
Commit
02a1648
1 Parent(s): d1ec9a7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -78,4 +78,5 @@ EXPOSE 3000
78
  #CMD ["nginx", "-g", "daemon off;"]
79
  #CMD ["python3", "-m", "http.server", "3000"]
80
  COPY start.sh .
 
81
  CMD ["start.sh"]
 
78
  #CMD ["nginx", "-g", "daemon off;"]
79
  #CMD ["python3", "-m", "http.server", "3000"]
80
  COPY start.sh .
81
+ RUN chmod +x start.sh
82
  CMD ["start.sh"]