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 git pull
# Rebuild the container with the new changes (uncomment the 2nd part if the update requires refreshing the config) # 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 - `--force-recreate` will force the container to rebuild

4
package-lock.json generated

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

@ -1,6 +1,6 @@
{ {
"name": "ass", "name": "ass",
"version": "0.8.6", "version": "0.8.7",
"description": "The superior self-hosted ShareX server", "description": "The superior self-hosted ShareX server",
"main": "ass.js", "main": "ass.js",
"engines": { "engines": {

Loading…
Cancel
Save