mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
docker file for otel proj
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# Docker file to run this dot net project
|
||||
FROM mcr.microsoft.com/dotnet/sdk:6.0
|
||||
WORKDIR /app
|
||||
|
||||
COPY . ./
|
||||
|
||||
RUN dotnet build
|
||||
|
||||
EXPOSE 7856
|
||||
|
||||
ENTRYPOINT ["dotnet", "run", "--urls=http://localhost:7856/"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user