procfile #1

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

View File

@@ -13,7 +13,7 @@ COPY ["Pushy/Pushy/Pushy.csproj", "Pushy/Pushy/"]
COPY ["Pushy/Pushy.Client/Pushy.Client.csproj", "Pushy/Pushy.Client/"]
COPY ["Pushy.Silo/Pushy.Silo.csproj", "Pushy.Silo/"]
COPY .git .
COPY . .
RUN dotnet restore "Pushy.Silo/Pushy.Silo.csproj"
RUN dotnet restore "Pushy/Pushy/Pushy.csproj"