We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25f80e2 commit d68ba7fCopy full SHA for d68ba7f
1 file changed
Web/Resgrid.Web.Tts/Dockerfile
@@ -15,7 +15,7 @@ RUN dotnet restore "Web/Resgrid.Web.Tts/Resgrid.Web.Tts.csproj"
15
16
COPY . .
17
WORKDIR /src/Web/Resgrid.Web.Tts
18
-RUN dotnet publish "Resgrid.Web.Tts.csproj" -c Release -o /app/publish /p:UseAppHost=false --no-restore
+RUN dotnet publish "Resgrid.Web.Tts.csproj" -c Release -o /app/publish /p:UseAppHost=false --no-restore -p:Version=${BUILD_VERSION}
19
20
FROM base AS final
21
RUN apt-get update \
0 commit comments