https://github.com/sitespeedio/docker-node
Base Docker container for sitespeed.io with Ubuntu & NodeJS
https://github.com/sitespeedio/docker-node
Last synced: about 1 year ago
JSON representation
Base Docker container for sitespeed.io with Ubuntu & NodeJS
- Host: GitHub
- URL: https://github.com/sitespeedio/docker-node
- Owner: sitespeedio
- License: mit
- Created: 2016-08-27T15:27:54.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-02-21T06:48:06.000Z (about 2 years ago)
- Last Synced: 2024-04-14T09:58:46.451Z (about 2 years ago)
- Language: Dockerfile
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ubuntu + NodeJS base container for sitespeed.io
This is the base Docker container for sitespeed.io containing Ubuntu 22.04 and Node.js 20.x.
```
docker buildx build --push --platform linux/arm64,linux/amd64 -t sitespeedio/node:ubuntu-22-04-nodejs-20.9.0 .
```