Skip to content

Commit

Permalink
Prepare docker build files for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
davewalker5 committed Mar 15, 2024
1 parent 6cd4a90 commit b0c790f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/api/Dockerfile
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/core/aspnet:latest
COPY droneflightlog.api-1.2.2.0 /opt/droneflightlog.api-1.2.2.0
WORKDIR /opt/droneflightlog.api-1.2.2.0/bin
COPY droneflightlog.api-1.3.0.0 /opt/droneflightlog.api-1.3.0.0
WORKDIR /opt/droneflightlog.api-1.3.0.0/bin
ENTRYPOINT [ "./DroneFlightLog.Api" ]

0 comments on commit b0c790f

Please sign in to comment.