fox-send/test/integration/scripts/start-docker.sh

5 lines
151 B
Bash
Executable File

#!/bin/bash
# piping to dev/null for starting the server within the firefox docker image
npm install > "/dev/null" 2>&1
npm start > "/dev/null" 2>&1 &