fix: Update autoupdate env variable

This commit is contained in:
Andras Bacsai
2022-05-02 15:50:40 +02:00
parent 0faa1540f4
commit 40da3ff9fe
2 changed files with 6 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "coolify",
"description": "An open-source & self-hostable Heroku / Netlify alternative.",
"version": "2.6.0",
"version": "2.6.1",
"license": "AGPL-3.0",
"scripts": {
"dev": "docker-compose -f docker-compose-dev.yaml up -d && cross-env NODE_ENV=development & svelte-kit dev --host 0.0.0.0",