Changed the container group name.

This commit is contained in:
Smultar 2024-01-07 19:53:31 +00:00
parent 0c8860d6a2
commit bd41c812dd

View File

@ -1,7 +1,7 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/javascript-node-mongo
{
"name": "wf.emulator.dev",
"name": "open.wf.dev",
"dockerComposeFile": "docker-compose.yml",
"service": "wf.server",
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
@ -38,7 +38,7 @@
// Use 'forwardPorts' to make a list of ports inside the container available locally.
"forwardPorts": [3000, 27017],
"runArgs": ["--name", "wf.emulator"],
"runArgs": ["--name", "open.wf.dev"],
// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "pnpm i",