Teenu0Detect commited on
Commit
4cd1e75
·
verified ·
1 Parent(s): e95d3cf

Changed the execution command

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -54,4 +54,4 @@ COPY . .
54
 
55
  # Define the command to run the application
56
  # Set the entry point script as the default command
57
- ENTRYPOINT ["/entrypoint.sh"]
 
54
 
55
  # Define the command to run the application
56
  # Set the entry point script as the default command
57
+ CMD ["/entrypoint.sh"]