An open API service indexing awesome lists of open source software.

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

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 .

```