Retoor software development Projects Research SearchXNG
Register Sign In

5 lines
67 B
Docker
Raw Normal View History

feat: add Dockerfile and docker-compose.yml for containerized deployment of AISApp with dotnet sdk 9.0 Introduce a Dockerfile based on mcr.microsoft.com/dotnet/sdk:9.0 with /app working directory, a docker-compose.yml exposing port 5000:80 and mounting the project volume, plus a README.md documenting environment configuration and docker compose up instructions.
2025-09-18 19:34:59 +02:00
FROM mcr.microsoft.com/dotnet/sdk:9.0
RUN mkdir /app
WORKDIR /app
Reference in New Issue Copy Permalink
bac97a5d2e
tuna/Dockerfile
Response time: 20ms
Mail Licenses API