Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hjerpbakk/dotnet-nodejs
Docker image containing dotnet and node.js for building SPAs like React with ASP.Net Core as backend.
https://github.com/hjerpbakk/dotnet-nodejs
asp-net-core docker-image dotnet dotnet-nodejs nodejs react spa
Last synced: 12 days ago
JSON representation
Docker image containing dotnet and node.js for building SPAs like React with ASP.Net Core as backend.
- Host: GitHub
- URL: https://github.com/hjerpbakk/dotnet-nodejs
- Owner: hjerpbakk
- License: mit
- Created: 2018-06-22T10:57:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-30T16:05:51.000Z (almost 3 years ago)
- Last Synced: 2024-11-28T02:33:04.694Z (2 months ago)
- Topics: asp-net-core, docker-image, dotnet, dotnet-nodejs, nodejs, react, spa
- Language: Dockerfile
- Homepage: https://hjerpbakk.com/
- Size: 13.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotnet-nodejs
[![Pulls from DockerHub](https://img.shields.io/docker/pulls/hjerpbakk/dotnet-nodejs.svg)](https://hub.docker.com/r/hjerpbakk/dotnet-nodejs)
Docker image containing dotnet and node.js for building SPAs like React with ASP.Net Core as backend.
It uses microsoft/dotnet:*sdk as base image and a corresponding version of nodejs. See the different branches for supported versions.
## Build locally
```bash
docker build -t hjerpbakk/dotnet-nodejs:[tag] .
```## Sources
### dotnet
https://hub.docker.com/r/microsoft/dotnet/### node.js
https://github.com/nodesource/distributions