@adaptable/utils
Advanced tools
Comparing version 1.23.0 to 1.25.0
@@ -439,2 +439,36 @@ "use strict"; | ||
}, | ||
{ | ||
_id: "bbd12020-68f8-4cae-a9c2-b21115e19db8", | ||
name: "Dockerfile App Template", | ||
description: `Autoscaling App with serverless database and SSL/TLS`, | ||
config: { | ||
builderType: "dockerfile", | ||
}, | ||
tags: ["dockerfile"], | ||
guideUrl: "/docs/app-guides/deploy-with-dockerfile", | ||
iconUrl: "/img/tech_logos/docker.svg", | ||
referenceUrl: "/docs/templates/dockerfile-app-template", | ||
slug: "dockerfile", | ||
url: exports.defaultTemplateUrl, | ||
errorHelp: [{ | ||
resource: "container", | ||
messageMatches: "failed to start and listen on the port", | ||
tipText: ` | ||
The most likely cause of this issue is that your App started but failed to listen on the appropriate port. | ||
To fix this, see the [Troubleshooting Guide](https://adaptable.io/docs/troubleshooting-deploy#failure-to-listen-on-port). | ||
`, | ||
tipDocs: [{ | ||
linkText: "Troubleshooting Guide: Failure to Listen on Port", | ||
url: "/docs/troubleshooting-deploy#failure-to-listen-on-port", | ||
}], | ||
}, { | ||
resource: "build", | ||
messageMatches: "failed", | ||
tipText: ` | ||
A build error is most likely caused by a bug in your code or problems with module installation. | ||
Click "View Build Logs" below to see the build errors, diagnose, and fix the problem. | ||
You can [force an update](/docs/managing-apps#manually-re-deploying-your-app) to retry the build without code updates. | ||
`, | ||
}], | ||
}, | ||
]; | ||
@@ -441,0 +475,0 @@ async function fetchTemplate({ slug, templateId }) { |
{ | ||
"name": "@adaptable/utils", | ||
"version": "1.23.0", | ||
"version": "1.25.0", | ||
"description": "Common utilities for Adaptable.io", | ||
@@ -47,3 +47,3 @@ "homepage": "https://adaptable.io", | ||
}, | ||
"gitHead": "5bb364af015b0035208b80bf703553800858f46c" | ||
"gitHead": "e8d47c4fa4ee56cdede300d8c9f4f2825cf9a68a" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
82400
1150