diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 00000000..649a78cc --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,3 @@ +{ + "postCreateCommand": "docker build -t usds-website . --no-cache && docker run -p 4080:4000 -p 35729:35729 -v $(pwd):/app --name usdsweb usds-website" +} \ No newline at end of file