Skip to content

Commit

Permalink
fix naming in devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rizaon committed Oct 21, 2023
1 parent 8f7ac4b commit aa93df7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "Impala Dev",
"name": "Judgels Dev",
"dockerFile": "Dockerfile",
"runArgs": [
"--privileged",
"--privileged"
],
"remoteUser": "tokidev",
"containerUser": "tokidev",
Expand Down

0 comments on commit aa93df7

Please sign in to comment.