Skip to content

Commit

Permalink
test path
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaozhengyan committed Oct 31, 2019
1 parent 7b8fa04 commit ed1c736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nexter.FinTech/FinTech.API.Wechat/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ EXPOSE 80
FROM mcr.microsoft.com/dotnet/core/sdk:2.2-stretch AS build
COPY ./ /src
RUN ls -la
WORKDIR "/src/Nexter.FinTech/Nexter.FinTech/FinTech.API.Wechat"
WORKDIR "/src/Nexter.FinTech/FinTech.API.Wechat"
RUN ls -la
RUN dotnet publish "FinTech.API.Wechat.csproj" -c Release -o /app

Expand Down

0 comments on commit ed1c736

Please sign in to comment.