Spaces:
Runtime error
Runtime error
VishalMysore
commited on
Commit
•
75a1501
1
Parent(s):
90ffc4b
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -17,4 +17,4 @@ RUN npm install -g @stoplight/prism-cli
|
|
17 |
EXPOSE 7860
|
18 |
|
19 |
# Start Prism and mock the API when the container launches
|
20 |
-
CMD ["prism", "mock", "-h", "0.0.0.0", "-p","7860 ","
|
|
|
17 |
EXPOSE 7860
|
18 |
|
19 |
# Start Prism and mock the API when the container launches
|
20 |
+
CMD ["prism", "mock", "-h", "0.0.0.0", "-p","7860 ","minikube.json"]
|