DEV Community

Discussion on: Community Discussion Thread — DigitalOcean App Platform Hackathon on DEV

Collapse
 
rasharm_ profile image
Raman Sharma • Edited

You can try using Dockerfile like this sample

GitHub logo creativefisher / aspnetcoresample

ASP.NET Core Docker Container Sample for DigitalOcean App Platform

ASP.NET Core Docker Container Sample for DigitalOcean App Platform

Deploy to DigitalOcean

This sample demonstrates how to run a Dockerized ASP.NET Core application on DigitalOcean App Platform. Since App Platform doesn't yet support dotnet core, this sample shows how to accomplish this using Dockerfile.

This sample has been adapted from official dotnet docker sample - github.com/dotnet/dotnet-docker/tr...

Getting Started

These steps will get this sample application running for you using DigitalOcean.

Note: Following these steps will result in charges for the use of DigitalOcean services

Requirements

Forking the Sample App Source Code

To use all the features of App Platform, you need to be running against your own copy of this application. To make a copy, click the Fork button above and follow the on-screen instructions. In this case, you'll be forking this repo as a starting…

Collapse
 
shaijut profile image
Shaiju T

Hi, I can see App Platform has free pan, So Can i deploy Commercial static websites and .NET Core API with 0 $ plan ?

digitalocean.com/products/app-plat...

Thread Thread
 
rasharm_ profile image
Raman Sharma

Static sites can be done on free tier.
.NET Core API will have to run on the paid tier.

digitalocean.com/pricing/#app-plat...