Updated Procfile

This commit is contained in:
henrik
2024-12-13 21:35:03 +01:00
parent 65bd4e69df
commit fb3f5f36f1

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"]