1
0
mirror of https://github.com/tommytran732/tommytran.io synced 2024-11-21 17:11:33 -05:00

Update devcontainer.json

This commit is contained in:
Tommy 2023-11-04 13:15:44 -07:00
parent 0e18b13636
commit 7db3b90e92
No known key found for this signature in database
GPG Key ID: A1400F88E07F1866

View File

@ -4,19 +4,14 @@
"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": "latest"
"version": "0.119.0"
}
}
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],
// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "uname -a",