Updated Procfile

This commit is contained in:
henrik
2024-12-13 20:07:52 +01:00
parent 8999be2b8a
commit 5586d29a20
2 changed files with 2 additions and 1 deletions

View File

@@ -1,2 +1,2 @@
web: dotnet pushy/Pushy.dll
web: pushy/Pushy.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
WORKDIR /app
COPY --from=publish /app/publish .
ENTRYPOINT ["dotnet"]