procfile #1
@@ -37,5 +37,4 @@ RUN dotnet publish "Pushy.csproj" -c $BUILD_CONFIGURATION -o /app/publish/pushy
|
||||
FROM base AS final
|
||||
WORKDIR /app
|
||||
COPY --from=publish /app/publish .
|
||||
RUN ls -la
|
||||
ENTRYPOINT ["dotnet"]
|
||||
|
||||
4
GitVersion.yml
Normal file
4
GitVersion.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
branches:
|
||||
main:
|
||||
regex: ^master$|^main$
|
||||
mode: ContinuousDelivery
|
||||
@@ -19,10 +19,4 @@
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Pushy.Domain\Pushy.Domain.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Content Include="..\.dockerignore">
|
||||
<Link>.dockerignore</Link>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user