procfile #1

Merged
henrik merged 40 commits from procfile into master 2024-12-23 14:52:24 +00:00
Showing only changes of commit 01c2864a55 - Show all commits

View File

@@ -16,6 +16,7 @@ COPY ["Pushy.Silo/Pushy.Silo.csproj", "Pushy.Silo/"]
COPY . . COPY . .
COPY .git /src/Pushy/ COPY .git /src/Pushy/
COPY .git /src/Pushy.Silo/
RUN dotnet restore "Pushy.Silo/Pushy.Silo.csproj" RUN dotnet restore "Pushy.Silo/Pushy.Silo.csproj"
RUN dotnet restore "Pushy/Pushy/Pushy.csproj" RUN dotnet restore "Pushy/Pushy/Pushy.csproj"