feat(cloudron): Add Dockerfile for Cloudron deployment
This commit is contained in:
parent
6b52e05a86
commit
5548d5a72d
@ -0,0 +1 @@
|
|||||||
|
FROM serve.zone/cloudly:latest
|
@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2024-11-04 - 4.2.0 - feat(cloudron)
|
||||||
|
Add Dockerfile for Cloudron deployment
|
||||||
|
|
||||||
|
- Introduced a new Dockerfile for Cloudron deployment.
|
||||||
|
- The Dockerfile uses the latest version of cloudly as a base image.
|
||||||
|
|
||||||
## 2024-10-28 - 4.1.3 - fix(dependency)
|
## 2024-10-28 - 4.1.3 - fix(dependency)
|
||||||
Updated dependency @git.zone/tspublish to version ^1.6.0
|
Updated dependency @git.zone/tspublish to version ^1.6.0
|
||||||
|
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@serve.zone/cloudly',
|
name: '@serve.zone/cloudly',
|
||||||
version: '4.1.3',
|
version: '4.2.0',
|
||||||
description: 'A comprehensive tool for managing containerized applications across multiple cloud providers using Docker Swarmkit, featuring web, CLI, and API interfaces.'
|
description: 'A comprehensive tool for managing containerized applications across multiple cloud providers using Docker Swarmkit, featuring web, CLI, and API interfaces.'
|
||||||
}
|
}
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@serve.zone/cloudly',
|
name: '@serve.zone/cloudly',
|
||||||
version: '4.1.3',
|
version: '4.2.0',
|
||||||
description: 'A comprehensive tool for managing containerized applications across multiple cloud providers using Docker Swarmkit, featuring web, CLI, and API interfaces.'
|
description: 'A comprehensive tool for managing containerized applications across multiple cloud providers using Docker Swarmkit, featuring web, CLI, and API interfaces.'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user