Skip to content

Commit

Permalink
Add api support (graphql)
Browse files Browse the repository at this point in the history
  • Loading branch information
drew-harris committed Aug 16, 2023
1 parent 87c2aa4 commit 56ec011
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ func CreateContainer(d *client.Client) (container.CreateResponse, error) {
Source: cwd + "/plugins",
Target: "/plugins/plugins",
},
{
Type: mount.TypeBind,
Source: cwd + "/libraries",
Target: "/plugins/libraries",
},
{
Type: mount.TypeBind,
Source: cwd + "/static",
Expand Down

0 comments on commit 56ec011

Please sign in to comment.