akiko19191 commited on
Commit
be48c67
·
verified ·
1 Parent(s): e48bcbb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -86,7 +86,7 @@ RUN git clone https://github.com/exa-labs/exa-mcp-server && cd exa-mcp-server
86
 
87
  USER node
88
  # Set the working directory (good practice)
89
- ngrok config add-authtoken $NGROK_AUTHTOKEN
90
 
91
  # Expose the port the app runs on
92
  EXPOSE 7860
 
86
 
87
  USER node
88
  # Set the working directory (good practice)
89
+ RUN ngrok config add-authtoken $NGROK_AUTHTOKEN
90
 
91
  # Expose the port the app runs on
92
  EXPOSE 7860