Skip to content

Instantly share code, notes, and snippets.

View qeiq's full-sized avatar
🐒
I may be slow to respond.

reaper qeiq

🐒
I may be slow to respond.
View GitHub Profile
package com.zarnth.compose_experiment
import android.util.Log
import androidx.compose.animation.core.animateFloatAsState
import androidx.compose.animation.core.tween
import androidx.compose.foundation.background
import androidx.compose.foundation.border
import androidx.compose.foundation.layout.Arrangement
import androidx.compose.foundation.layout.Box
import androidx.compose.foundation.layout.Column

πŸ“¦ Ktor Docker Deployment on Render

This project demonstrates how to build and run a Docker container for a Ktor application using the Netty engine, and deploy it for free on Render. Follow this guide to get your Ktor app live on the web without any hosting costs.

πŸ“ Project Structure

β”œβ”€β”€ build.gradle.kts
β”œβ”€β”€ settings.gradle.kts
β”œβ”€β”€ Dockerfile
└── build/
    └── libs/
        └── ktor-sample-all.jar