Skip to content

Commit

Permalink
Update docker file container image version
Browse files Browse the repository at this point in the history
  • Loading branch information
davewalker5 committed Oct 9, 2023
1 parent 462896f commit a584951
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/core/aspnet:latest
COPY musiccatalogue.api-1.2.0.0 /opt/musiccatalogue.api-1.2.0.0
WORKDIR /opt/musiccatalogue.api-1.2.0.0/bin
COPY musiccatalogue.api-1.3.0.0 /opt/musiccatalogue.api-1.3.0.0
WORKDIR /opt/musiccatalogue.api-1.3.0.0/bin
ENTRYPOINT [ "./MusicCatalogue.Api" ]

0 comments on commit a584951

Please sign in to comment.