SkillAgentSearch skills...

Vercel

🐳 Dockette Node.js + Vercel

Install / Use

/learn @dockette/Vercel
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<h1 align=center>Dockette / Vercel</h1> <p align=center> ā–² Docker image with preinstalled Node.js + Vercel for easy-to-use. </p> <p align=center> šŸ•¹ <a href="https://f3l1x.io">f3l1x.io</a> | šŸ’» <a href="https://github.com/f3l1x">f3l1x</a> | 🐦 <a href="https://twitter.com/xf3l1x">@xf3l1x</a> </p>

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

See how to contribute to this package.

This package is currently maintaining by these authors.

<a href="https://github.com/f3l1x"> <img width="80" height="80" src="https://avatars2.githubusercontent.com/u/538058?v=3&s=80"> </a>

Consider to support f3l1x. Also thank you for using this package.

View on GitHub
GitHub Stars11
CategoryDevelopment
Updated19d ago
Forks3

Languages

Dockerfile

Security Score

95/100

Audited on Mar 16, 2026

No findings