diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index fbadcd5..4461676 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -6,6 +6,3 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \ && apt-get -y install clang lld \ && apt-get autoremove -y && apt-get clean -y -RUN curl -fsSL https://ollama.com/install.sh | sh - -RUN cargo instal sqlx-cli diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 4512bb3..b9b144b 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -15,10 +15,10 @@ // "features": {}, // Use 'forwardPorts' to make a list of ports inside the container available locally. - "forwardPorts": [5432], + "forwardPorts": [5432, 40192], // Use 'postCreateCommand' to run commands after the container is created. - // "postCreateCommand": "rustc --version", + "postCreateCommand": "cargo install sqlx-cli", // Configure tool-specific properties. // "customizations": {},