const DOCKER_ARGS = [ "run", "-i", "-v", `${process.cwd()}/static:/opt/static`, "headless-fox", "./script3.sh", ]; module.exports = DOCKER_ARGS;