procfile #1

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

View File

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

View File

@@ -37,4 +37,3 @@ 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"]