procfile #1

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

View File

@@ -38,8 +38,8 @@ FROM base AS final
WORKDIR /app
COPY --from=publish /app/publish .
RUN LS -la
RUN LS -la silo
RUN LS -la pushy
RUN ls -la
RUN ls -la silo
RUN ls -la pushy
ENTRYPOINT ["dotnet"]