shiveshnavin commited on
Commit
475c512
·
1 Parent(s): 6ebafed
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -49,4 +49,6 @@ ENV DISPLAY=:99
49
 
50
  # Start Xvfb and then your app
51
  USER 1000
52
- ENTRYPOINT ["sh", "-c", "/app/start.sh"]
 
 
 
49
 
50
  # Start Xvfb and then your app
51
  USER 1000
52
+ # ENTRYPOINT ["sh", "-c", "/app/start.sh"]
53
+ CMD ["/app/start.sh"]
54
+