Updated Procfile

This commit is contained in:
henrik
2024-12-13 21:30:30 +01:00
parent 226d590890
commit 65bd4e69df

View File

@@ -37,3 +37,9 @@ RUN dotnet publish "Pushy.csproj" -c $BUILD_CONFIGURATION -o /app/publish/pushy
FROM base AS final
WORKDIR /app
COPY --from=publish /app/publish .
RUN LS -la
RUN LS -la silo
RUN LS -la pushy
ENTRYPOINT ["dotnet"]