Ahmedik95316 commited on
Commit
57fc42f
·
1 Parent(s): 80a9345

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -38,7 +38,7 @@ RUN mkdir -p /tmp/data /tmp/model /tmp/logs /app/logs && \
38
  chmod -R 755 /tmp/data /tmp/model /tmp/logs /app/logs
39
 
40
  # Make scripts executable
41
- RUN chmod +x /app/start.sh /app/health_check.sh
42
 
43
  # Copy initial datasets if they exist
44
  RUN if [ -f /app/data/combined_dataset.csv ]; then \
 
38
  chmod -R 755 /tmp/data /tmp/model /tmp/logs /app/logs
39
 
40
  # Make scripts executable
41
+ RUN chmod +x /app/start.sh
42
 
43
  # Copy initial datasets if they exist
44
  RUN if [ -f /app/data/combined_dataset.csv ]; then \