diff --git a/Dockerfile b/Dockerfile index 0d107dd..2aae4e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] diff --git a/GitVersion.yml b/GitVersion.yml new file mode 100644 index 0000000..4362375 --- /dev/null +++ b/GitVersion.yml @@ -0,0 +1,4 @@ +branches: + main: + regex: ^master$|^main$ + mode: ContinuousDelivery \ No newline at end of file diff --git a/Pushy.Silo/Pushy.Silo.csproj b/Pushy.Silo/Pushy.Silo.csproj index c58f821..2f8f33a 100644 --- a/Pushy.Silo/Pushy.Silo.csproj +++ b/Pushy.Silo/Pushy.Silo.csproj @@ -19,10 +19,4 @@ - - - - .dockerignore - -