Skip to content

Commit

Permalink
Merge pull request #19 from boettiger-lab/cboettig-patch-1
Browse files Browse the repository at this point in the history
Update devcontainer.json
  • Loading branch information
cboettig authored Dec 20, 2023
2 parents 4e08a0d + b80f6f2 commit e74c3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"image": "ghcr.io/boettiger-lab/nasa-tops:latest",
"runArgs": [ "--security-opt", "seccomp=unconfined" ]
"runArgs": [ "--security-opt", "seccomp=unconfined" ],
"name": "NASA TOPS Environment",
// build image as a github-action and grab instead; faster.
// "build": {
Expand Down

0 comments on commit e74c3d5

Please sign in to comment.