Spaces:
Running
Running
Create Dockerfile
Browse files- Dockerfile +14 -1
Dockerfile
CHANGED
@@ -1 +1,14 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
admin off
|
3 |
+
log {
|
4 |
+
output discard
|
5 |
+
}
|
6 |
+
}
|
7 |
+
|
8 |
+
:3001 {
|
9 |
+
handle_path /api/v1/* {
|
10 |
+
rewrite * /v1{path}
|
11 |
+
reverse_proxy localhost:3000
|
12 |
+
}
|
13 |
+
reverse_proxy localhost:3000
|
14 |
+
}
|