Spaces:
Running
Running
Update Dockerfile
Browse files- 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
|