Skip to content

Commit

Permalink
WIP: feat: Add OPC UA Client
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp-caspers committed Jun 13, 2024
1 parent 53bd216 commit 40ea355
Show file tree
Hide file tree
Showing 4 changed files with 885 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"build": {
"dockerfile": "Dockerfile"
},
"runArgs": ["-v", ".:/workspace"],
"runArgs": ["-v", ".:/workspace", "--network=host"],
"overrideCommand": true,
"postStartCommand": ". /entrypoint.sh",
"customizations": {
Expand Down
Loading

0 comments on commit 40ea355

Please sign in to comment.