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 adc86c0e96 - Show all commits

View File

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

View File

@@ -39,6 +39,7 @@ WORKDIR /app
COPY --from=publish /app/publish . COPY --from=publish /app/publish .
RUN pwd RUN pwd
RUN ls /app/pushy/Pushy.dll
RUN ls -la RUN ls -la
RUN ls -la silo RUN ls -la silo
RUN ls -la pushy RUN ls -la pushy