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 547413787a - Show all commits

View File

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

View File

@@ -38,6 +38,7 @@ FROM base AS final
WORKDIR /app WORKDIR /app
COPY --from=publish /app/publish . COPY --from=publish /app/publish .
RUN pwd
RUN ls -la RUN ls -la
RUN ls -la silo RUN ls -la silo
RUN ls -la pushy RUN ls -la pushy