lago/scripts/bootstrap.sh
Jérémy Denquin 52ab3b351b
feat(docker): Single docker image (#464)
* add a new docker image

* add api

* add pg, redis and foreman

* add ga

* tag with latest

* update api

* right tag on submodules

* use one run
2025-02-12 17:25:22 +01:00

8 lines
142 B
Bash
Executable File

#! /bin/sh
apt update
apt install -y git curl
curl -sL https://deb.nodesource.com/setup_20.x | sh -
apt update
apt install nodejs npm