Skip to content

Commit

Permalink
[DEVX] including devcontainer with movement directory per MIP 12.
Browse files Browse the repository at this point in the history
  • Loading branch information
Liam Monninger authored and Liam Monninger committed Oct 6, 2023
1 parent 0c40b89 commit 56418d4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/movement/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM --platform=amd64 mvlbs/m1
8 changes: 8 additions & 0 deletions .devcontainer/movement/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "movement",
"dockerFile": "Dockerfile",
"context": ".",
"forwardPorts": [],
"postCreateCommand": "cargo check",
"remoteUser": "root"
}

0 comments on commit 56418d4

Please sign in to comment.