Compare commits

..

13 Commits

Author SHA1 Message Date
henrik
f1a7d816cd Updated Dockerfile 2024-12-13 22:00:28 +01:00
henrik
f554b52024 Updated Dockerfile 2024-12-13 21:55:33 +01:00
henrik
adc86c0e96 Updated Dockerfile 2024-12-13 21:49:55 +01:00
henrik
547413787a Updated Dockerfile 2024-12-13 21:41:44 +01:00
henrik
fb3f5f36f1 Updated Procfile 2024-12-13 21:35:03 +01:00
henrik
65bd4e69df Updated Procfile 2024-12-13 21:30:30 +01:00
henrik
226d590890 Updated Procfile 2024-12-13 20:26:22 +01:00
henrik
ffbe6d9c04 Updated Procfile 2024-12-13 20:14:32 +01:00
henrik
5586d29a20 Updated Procfile 2024-12-13 20:07:52 +01:00
henrik
8999be2b8a Updated Procfile 2024-12-13 20:01:07 +01:00
henrik
d99ec3f0b7 Updated Procfile 2024-12-13 19:54:38 +01:00
henrik
8108e5c7ea removed git version 2024-12-13 19:33:51 +01:00
henrik
d1ae132076 Reverted gitversion config 2024-12-13 19:14:03 +01:00
3 changed files with 7 additions and 6 deletions

View File

@@ -1,2 +1,2 @@
web: pushy/Pushy.dll
web: dotnet /app/pushy/Pushy.dll
silo: silo/Pushy.Silo.dll

View File

@@ -37,4 +37,9 @@ RUN dotnet publish "Pushy.csproj" -c $BUILD_CONFIGURATION -o /app/publish/pushy
FROM base AS final
WORKDIR /app
COPY --from=publish /app/publish .
ENTRYPOINT ["dotnet"]
RUN pwd
RUN ls /app/pushy/Pushy.dll
RUN ls -la
RUN ls -la silo
RUN ls -la pushy

View File

@@ -16,10 +16,6 @@
<ItemGroup>
<PackageReference Include="Elastic.Apm.NetCoreAll" Version="1.31.0" />
<PackageReference Include="Elastic.Extensions.Logging" Version="8.12.3" />
<PackageReference Include="GitVersion.MsBuild" Version="6.1.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="9.0.0" />
<PackageReference Include="Microsoft.Orleans.Clustering.Redis" Version="9.0.1" />