Skip to content

Commit

Permalink
Update UI docker container image version
Browse files Browse the repository at this point in the history
  • Loading branch information
davewalker5 committed Mar 8, 2024
1 parent a838b09 commit 9020165
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/ui/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/core/aspnet:latest
COPY droneflightlog.mvc-1.1.3.0 /opt/droneflightlog.mvc-1.1.3.0
WORKDIR /opt/droneflightlog.mvc-1.1.3.0/bin
COPY droneflightlog.mvc-1.1.4.0 /opt/droneflightlog.mvc-1.1.4.0
WORKDIR /opt/droneflightlog.mvc-1.1.4.0/bin
ENTRYPOINT [ "./DroneFlightLog.Mvc" ]

0 comments on commit 9020165

Please sign in to comment.