Add git-lfs to the container
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Kaan Barmore-Genç 2023-04-07 01:59:25 +00:00
parent ef0675bbe6
commit 12e29ddf6a
1 changed files with 3 additions and 2 deletions

View File

@ -4,13 +4,14 @@
"name": "Hugo",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "klakegg/hugo:ext-alpine",
"features": {}
// 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": [],
"forwardPorts": [1313],
"onCreateCommand": "apk add git-lfs"
// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "uname -a",