diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 549fa967..3738b4b3 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,4 +1,5 @@ { + "image": "mcr.microsoft.com/devcontainers/base:ubuntu", "customizations": { "vscode": { "extensions": [ @@ -11,7 +12,7 @@ ] } }, - "postCreateCommand": "pip install -r requirements.txt && npm install --prefix Season-3/", + "postCreateCommand": "pip install -r requirements.txt; npm install --prefix Season-3/", "features": { "ghcr.io/devcontainers/features/python:1.7.1": {}, "ghcr.io/devcontainers/features/node:1": {}