Mungert commited on
Commit
0628ab6
·
verified ·
1 Parent(s): 9eeb306

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -79,7 +79,7 @@ RUN --mount=type=secret,id=GITHUB_TOKEN,mode=0444,required=true \
79
 
80
  # Copy files into the container as the non-root user
81
  COPY --chown=user:user system_prompt_qwen_3 /home/user/code/models/system_prompt_qwen_3
82
- COPY --chown=user:user system_prompt_qwen_3 /home/user/code/models/system_prompt_qwen_3_run
83
  COPY --chown=user:user appsettings.json /home/user/code/app/appsettings.json
84
  COPY --chown=user:user index.html /home/user/code/app/wwwroot/index.html
85
  COPY --chown=user:user append_run.sh /home/user/code/models/append_run.sh
 
79
 
80
  # Copy files into the container as the non-root user
81
  COPY --chown=user:user system_prompt_qwen_3 /home/user/code/models/system_prompt_qwen_3
82
+ COPY --chown=user:user system_prompt_qwen_3_run /home/user/code/models/system_prompt_qwen_3_run
83
  COPY --chown=user:user appsettings.json /home/user/code/app/appsettings.json
84
  COPY --chown=user:user index.html /home/user/code/app/wwwroot/index.html
85
  COPY --chown=user:user append_run.sh /home/user/code/models/append_run.sh