procfile #1

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

View File

@@ -1,2 +1,2 @@
web: dotnet pushy/Pushy.dll web: pushy/Pushy.dll
silo: silo/Pushy.Silo.dll silo: silo/Pushy.Silo.dll

View File

@@ -37,3 +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 .
ENTRYPOINT ["dotnet"]