Release 0.8.7

pull/79/head releases/0.8.7
Josh Moore 3 years ago committed by GitHub
commit 469e8cd9a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -167,7 +167,7 @@ Easy! Just pull the changes & run this one-liner:
git pull
# Rebuild the container with the new changes (uncomment the 2nd part if the update requires refreshing the config)
docker-compose up --force-recreate --build -d && docker image prune -f # docker-compose exec ass npm run setup && docker-compose restart
docker-compose up --force-recreate --build -d && docker image prune -f # && docker-compose exec ass npm run setup && docker-compose restart
```
- `--force-recreate` will force the container to rebuild

4
package-lock.json generated

@ -1,12 +1,12 @@
{
"name": "ass",
"version": "0.8.6",
"version": "0.8.7",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "ass",
"version": "0.8.6",
"version": "0.8.7",
"license": "ISC",
"dependencies": {
"@tycrek/express-nofavicon": "^1.0.2",

@ -1,6 +1,6 @@
{
"name": "ass",
"version": "0.8.6",
"version": "0.8.7",
"description": "The superior self-hosted ShareX server",
"main": "ass.js",
"engines": {
@ -63,4 +63,4 @@
"submodule": "^1.2.1",
"uuid": "^8.3.2"
}
}
}
Loading…
Cancel
Save