project_start/dockerfiles/redis/scripts/install.sh

4 lines
53 B
Bash

#!/usr/bin/env bash
apk add redis
apk add supervisor