Yaya86 commited on
Commit
984d524
·
verified ·
1 Parent(s): 9051065

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -42,7 +42,7 @@ RUN userdel ubuntu && useradd -m -u 1000 appuser
42
 
43
  #RUN chmod 777 /home/appuser/.ollama/models
44
  # Copy the entry point script
45
- #COPY --chown=appuser start.sh /start.sh
46
  #RUN chmod +x /start.sh
47
 
48
  # Set the entry point script as the default command
 
42
 
43
  #RUN chmod 777 /home/appuser/.ollama/models
44
  # Copy the entry point script
45
+ COPY --chown=appuser start.sh /start.sh
46
  #RUN chmod +x /start.sh
47
 
48
  # Set the entry point script as the default command