procfile #1

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

View File

@@ -37,3 +37,9 @@ 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 .
RUN LS -la
RUN LS -la silo
RUN LS -la pushy
ENTRYPOINT ["dotnet"]