Skip to content
Snippets Groups Projects
Commit 47dad578 authored by Dalibor Zeman's avatar Dalibor Zeman
Browse files

Update .NET version in Dockerfile

parent 2d6f7fa7
No related branches found
No related tags found
No related merge requests found
FROM mcr.microsoft.com/dotnet/runtime-deps:5.0-alpine FROM mcr.microsoft.com/dotnet/runtime-deps:7.0-alpine
WORKDIR /app WORKDIR /app
COPY ./bin/Release/net5.0/linux-musl-x64/publish ./ COPY ./bin/Release/net7.0/linux-musl-x64/publish ./
ENTRYPOINT ["./FlightLogNet"] ENTRYPOINT ["./FlightLogNet"]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment