Updated Dockerfile

This commit is contained in:
henrik
2024-12-13 21:49:55 +01:00
parent 547413787a
commit adc86c0e96
2 changed files with 2 additions and 1 deletions

View File

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

View File

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