Skip to content

Commit

Permalink
Add docker runner for Oauth2id project.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Guo committed Nov 12, 2023
1 parent 3b004cb commit 5e2d5b4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions oauth2id.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"folders": [
{
"path": "."
},
{
"path": "../oauth2id-docker"
}
],
"settings": {
Expand Down
4 changes: 4 additions & 0 deletions oauth2id.sublime-project
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
"docs/js/jquery-3.2.1.min.js",
"docs/js/plugins/jquery.dataTables.min.js",
"docs/js/plugins/dataTables.bootstrap.min.js"]
},
{
"path": "../oauth2id-docker",
"folder_exclude_patterns": ["data", "shared/cache"],
}
],
"settings":
Expand Down

0 comments on commit 5e2d5b4

Please sign in to comment.