Skip to content

Navigation Menu

Sign in
Sign up

Latest commit

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Dockette / Vercel

GitHub Actions Docker Hub pulls GitHub Sponsors Support/Discussions

▲さんかく Docker image with preinstalled Node.js + Vercel for easy-to-use.


Usage

Basic

If you whatever reason don't want to use Vercel CLI.

docker run \
 -it \
 --rm \
 -v "$(pwd)":/srv \
 dockette/vercel \
 vercel -t [token] --scope [team] -c

Gitlab CI

If you whatever reason don't want to use Vercel for Gitlab.

stages:
 - deploy
develop:
 stage: deploy
 image: dockette/vercel
 only:
 - develop
 script:
 - vercel -t $VERCEL_TOKEN --scope $VERCEL_TEAM -c
production:
 stage: deploy
 image: dockette/vercel
 only:
 - master
 script:
 - vercel -t $VERCEL_TOKEN --scope $VERCEL_TEAM -c

Development

make build
make test
make run

Maintenance

See how to contribute to this package. Consider to support f3l1x. Thank you for using this package.

About

🐳 Dockette Node.js + Vercel

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

11 stars

Watchers

1 watching

Forks

Releases

Sponsor this project

Packages

Contributors

Languages

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /