Skip to content

Commit

Permalink
Updated docker build files for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
davewalker5 committed Nov 30, 2024
1 parent 9cdcd9e commit bec405b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/core/aspnet:latest
COPY flightrecorder.api-1.12.0.0 /opt/flightrecorder.api
COPY flightrecorder.api-1.13.0.0 /opt/flightrecorder.api
WORKDIR /opt/flightrecorder.api/bin
ENTRYPOINT [ "./FlightRecorder.Api" ]
2 changes: 1 addition & 1 deletion docker/ui/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/aspnet:latest AS runtime
COPY flightrecorder.mvc-1.12.0.0 /opt/flightrecorder.mvc
COPY flightrecorder.mvc-1.13.0.0 /opt/flightrecorder.mvc
WORKDIR /opt/flightrecorder.mvc/bin
ENTRYPOINT [ "./FlightRecorder.Mvc" ]

0 comments on commit bec405b

Please sign in to comment.