Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
klawr authored Mar 14, 2024
1 parent 15ce185 commit 0f065e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Deeplex.Saverwalter.WebAPI/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM mcr.microsoft.com/dotnet/aspnet:6.0
FROM mcr.microsoft.com/dotnet/aspnet:8.0

COPY ./bin /app/bin
COPY ./wwwroot /app/wwwroot

RUN ln -s /app/bin/release/net6.0/Deeplex.Saverwalter.WebAPI /bin/walter
RUN ln -s /app/bin/release/net8.0/Deeplex.Saverwalter.WebAPI /bin/walter

WORKDIR /app
CMD walter

0 comments on commit 0f065e7

Please sign in to comment.