Skip to content

Commit

Permalink
devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinDFuller committed Nov 18, 2023
1 parent aa52ed8 commit 32a9e0f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 22 deletions.
17 changes: 17 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "justindfuller",
"forwardPorts": [9000],
"containerEnv": {
"PORT": "9000"
},
"features": {
"ghcr.io/devcontainers/features/go:1": {
"version": "1.21.1",
"golangciLintVersion": "1.54.2"
}
},
"hostRequirements": {
"cpus": 1
},
"postCreateCommand": "make server-watch"
}
22 changes: 0 additions & 22 deletions devcontainer.json

This file was deleted.

0 comments on commit 32a9e0f

Please sign in to comment.