Skip to content

Commit

Permalink
make is-docker work again prebid#10066 (prebid#10137)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurb9 authored and Michele Nasti committed Aug 25, 2023
1 parent 7ace8f3 commit 78d9c14
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
},

"postCreateCommand": "bash .devcontainer/postCreate.sh",

// Make is-docker work again
"postStartCommand": "test -f /.dockerenv || sudo touch /.dockerenv",

// Set *default* container specific settings.json values on container create.
"settings": {},

Expand Down

0 comments on commit 78d9c14

Please sign in to comment.