From 10d4a74fea3aaa02149c6a8725dfcac046e1893a Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Mon, 31 Jan 2022 14:29:56 -0500 Subject: Use Long's for ID; Accept JSON body --- .devcontainer/devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.devcontainer') diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ba3ebc2..cb0c829 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,7 +1,7 @@ // For format details, see https://aka.ms/devcontainer.json. For config options, see the README at: // https://github.com/microsoft/vscode-dev-containers/tree/v0.209.6/containers/java { - "name": "Java", + "name": "Pantry", "dockerComposeFile": "docker-compose.yml", "service": "pantry", "workspaceFolder": "/workspaces/pantry", @@ -24,7 +24,7 @@ // "forwardPorts": [], // Use 'postCreateCommand' to run commands after the container is created. - "postCreateCommand": "mvn dependency:resolve", + "postCreateCommand": "mvn compile spring-boot:run", // Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root. "remoteUser": "vscode", -- cgit