Skip to content

Commit

Permalink
actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mnbjhu committed Aug 12, 2023
1 parent b75a456 commit 57f981c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Empty file modified gradlew
100644 → 100755
Empty file.
4 changes: 4 additions & 0 deletions tests/launch_surreal.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

# This script launches the surreal environment
docker run -p 8000:8000 -v /mydata:/mydata surrealdb/surrealdb:latest start --log trace --user root --pass root file:/mydata/mydatabase.db

0 comments on commit 57f981c

Please sign in to comment.