fixed script not generating thumbnails dir

pull/29/head
tycrek 3 years ago
parent 2bd1825fdb
commit 72e1d51d3a
No known key found for this signature in database
GPG Key ID: 25D74F3943625263

@ -19,7 +19,7 @@
"prestart": "npm run engine-check",
"presetup": "npm run engine-check",
"logs": "node ./node_modules/@tycrek/log/socketClient.js",
"docker-compose": "npm i && npm run setup && docker-compose up -d && echo \"Check the logs to see if the server is running:\" && echo \"$ docker-compose logs -f -n 50 ass-docker\""
"docker-compose": "npm i && npm run setup && mkdir -p /opt/ass/uploads/thumbnails && docker-compose up -d && echo \"Check the logs to see if the server is running:\" && echo \"$ docker-compose logs -f -n 50 ass-docker\""
},
"repository": "github:tycrek/ass",
"keywords": [
@ -61,4 +61,4 @@
"submodule": "^1.2.1",
"uuid": "^8.3.2"
}
}
}
Loading…
Cancel
Save