diff --git a/.devcontainer/docker-compose.yml b/.devcontainer/docker-compose.yml deleted file mode 100644 index e20881dd03e..00000000000 --- a/.devcontainer/docker-compose.yml +++ /dev/null @@ -1,21 +0,0 @@ -version: '3' - -services: - app: - build: - context: . - dockerfile: Dockerfile - args: - VARIANT: '8.2' - # [Option] Install Node.js - INSTALL_NODE: 'true' - NODE_VERSION: 'lts/*' - # On Linux, you may need to update USER_UID and USER_GID below if not your local UID is not 1000. - USER_UID: 1000 - USER_GID: 1000 - - volumes: - - ..:/workspace:cached - - # Overrides default command so things don't shut down after the process ends. - command: sleep infinity