zhengr commited on
Commit
56f86ec
·
verified ·
1 Parent(s): db291a1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -44,7 +44,7 @@ RUN curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/i
44
  RUN curl -LO https://github.com/LlamaEdge/LlamaEdge/releases/latest/download/llama-api-server.wasm
45
  RUN curl -LO https://github.com/second-state/chatbot-ui/releases/latest/download/chatbot-ui.tar.gz; tar xzf chatbot-ui.tar.gz; rm chatbot-ui.tar.gz
46
  COPY run.sh .
47
- RUN chmod +x run.sh
48
 
49
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
50
  COPY --chown=user . $HOME/app
 
44
  RUN curl -LO https://github.com/LlamaEdge/LlamaEdge/releases/latest/download/llama-api-server.wasm
45
  RUN curl -LO https://github.com/second-state/chatbot-ui/releases/latest/download/chatbot-ui.tar.gz; tar xzf chatbot-ui.tar.gz; rm chatbot-ui.tar.gz
46
  COPY run.sh .
47
+ RUN chmod +x $HOME/app/run.sh
48
 
49
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
50
  COPY --chown=user . $HOME/app