diff --git a/Makefile b/Makefile index 8d8482a..50d5fe2 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,6 @@ run: build -e SERVER_WS_URI=${SERVER_WS_URI} \ -e SERVER_API_URL=${SERVER_API_URL} \ -e CLIENT_API_URL=${CLIENT_API_URL} \ - -v ./data:/data \ + -v $(pwd)/data:/data \ --network=host \ $(CLIENT_IMAGE)