Skip to content
This repository has been archived by the owner on Feb 9, 2025. It is now read-only.

Commit

Permalink
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}

0 comments on commit 469e8cd

Please sign in to comment.