Skip to content

Commit d68ba7f

Browse files
committed
RE1-T115 PR#340 fix
1 parent 25f80e2 commit d68ba7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Web/Resgrid.Web.Tts/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN dotnet restore "Web/Resgrid.Web.Tts/Resgrid.Web.Tts.csproj"
1515

1616
COPY . .
1717
WORKDIR /src/Web/Resgrid.Web.Tts
18-
RUN dotnet publish "Resgrid.Web.Tts.csproj" -c Release -o /app/publish /p:UseAppHost=false --no-restore
18+
RUN dotnet publish "Resgrid.Web.Tts.csproj" -c Release -o /app/publish /p:UseAppHost=false --no-restore -p:Version=${BUILD_VERSION}
1919

2020
FROM base AS final
2121
RUN apt-get update \

0 commit comments

Comments
 (0)