https://github.com/dockette/vercel
🐳 Dockette Node.js + Vercel
https://github.com/dockette/vercel
dockette node nodejs npm vercel
Last synced: 6 months ago
JSON representation
🐳 Dockette Node.js + Vercel
- Host: GitHub
- URL: https://github.com/dockette/vercel
- Owner: dockette
- License: mit
- Created: 2020-08-12T20:07:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-24T16:36:44.000Z (almost 2 years ago)
- Last Synced: 2025-05-04T02:40:00.820Z (10 months ago)
- Topics: dockette, node, nodejs, npm, vercel
- Language: Dockerfile
- Homepage:
- Size: 9.77 KB
- Stars: 13
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Dockette / Vercel
▲ Docker image with preinstalled Node.js + Vercel for easy-to-use.
🕹 f3l1x.io | 💻 f3l1x | 🐦 @xf3l1x
-----
## Usage
**Basic**
If you whatever reason don't want to use [Vercel CLI](https://vercel.com/download).
```
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](https://vercel.com/gitlab).
```yml
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](https://contributte.org/contributing.html) to this package.
This package is currently maintaining by these authors.
-----
Consider to [support](https://github.com/sponsors/f3l1x) **f3l1x**. Also thank you for using this package.