forked from Git/tommytran.io
Delete .devcontainer/devcontainer.json
This commit is contained in:
parent
266c9e6b98
commit
8c3b70311a
@ -1,23 +0,0 @@
|
|||||||
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
|
|
||||||
// README at: https://github.com/devcontainers/templates/tree/main/src/ubuntu
|
|
||||||
{
|
|
||||||
"name": "Ubuntu-Hugo",
|
|
||||||
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
|
|
||||||
"image": "mcr.microsoft.com/devcontainers/base:jammy",
|
|
||||||
"forwardPorts": [1313],
|
|
||||||
"features": {
|
|
||||||
"ghcr.io/devcontainers/features/hugo:1": {
|
|
||||||
"extended": true,
|
|
||||||
"version": "0.119.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Use 'postCreateCommand' to run commands after the container is created.
|
|
||||||
// "postCreateCommand": "uname -a",
|
|
||||||
|
|
||||||
// Configure tool-specific properties.
|
|
||||||
// "customizations": {},
|
|
||||||
|
|
||||||
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
|
|
||||||
// "remoteUser": "root"
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user