procfile #1

Merged
henrik merged 40 commits from procfile into master 2024-12-23 14:52:24 +00:00
3 changed files with 4 additions and 7 deletions
Showing only changes of commit 1fb196bce1 - Show all commits

View File

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

4
GitVersion.yml Normal file
View File

@@ -0,0 +1,4 @@
branches:
main:
regex: ^master$|^main$
mode: ContinuousDelivery

View File

@@ -19,10 +19,4 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\Pushy.Domain\Pushy.Domain.csproj" /> <ProjectReference Include="..\Pushy.Domain\Pushy.Domain.csproj" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<Content Include="..\.dockerignore">
<Link>.dockerignore</Link>
</Content>
</ItemGroup>
</Project> </Project>