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: 3 months 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-03-30T16:05:51.000Z (about 4 years ago)
- Last Synced: 2025-10-04T13:29:16.144Z (9 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: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotnet-nodejs
[](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