DEV Community

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

Collapse
 
vinzavahardik profile image
Hardik Vinzava

When the DotNetCore support is launching on App Platform?

Collapse
 
bobbyiliev profile image
Bobby Iliev

There is no official ETA for this yet.

As of the time being, you can accomplish this with a Dockerfile in your repo.

This is an example: github.com/snormore/aspnetcoresample

Source

Collapse
 
vinzavahardik profile image
Hardik Vinzava

Sad to hear that .... :(

Collapse
 
shaijut profile image
Shaiju T

Godaddy windows hosting only supports .NET Core 2.0 and Azure is Costly, So Consider cheaper pricing of .NET Core hosting once its released in App Platform. .NET Developers will like it. 😄

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...