ketr.photos/entrypoint.sh
James Ketrenos c2f72df80a Improved slideshow to support ?holiday URL matching
Added docker config

Signed-off-by: James Ketrenos <james_gitlab@ketrenos.com>
2019-11-28 01:54:02 -08:00

6 lines
54 B
Bash
Executable File

#!/bin/bash
while true; do
npm start
sleep 3
done