Skip to content

Commit

Permalink
move docker app location
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-jmattson committed Sep 19, 2024
1 parent 64f1ca1 commit b9e669f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM mcr.microsoft.com/dotnet/sdk:8.0 AS dev
ENV ASPNETCORE_ENVIRONMENT=DEVELOPMENT
COPY . /home/app
WORKDIR /home/app/src/TopoMojo.Api
RUN dotnet publish -c Release -o /home/app/dist
RUN dotnet publish --use-current-runtime -o /home/app/dist
CMD ["dotnet", "run"]

#
Expand Down

0 comments on commit b9e669f

Please sign in to comment.