Insert into asset tag instead of updating is archived field

Convert to Podman
This commit is contained in:
2025-06-15 13:31:45 -07:00
parent ac4e4c277d
commit 1bbf22d057
10 changed files with 327 additions and 135 deletions

View File

@ -22,9 +22,4 @@ ENV ASPNETCORE_HTTP_PORTS=5001
EXPOSE 5001
WORKDIR /app
COPY --from=publish /app/publish .
ENTRYPOINT [ "dotnet", "ImmichToSlideshow.dll" ]
# docker build -t sprint-console-001 .
# docker images ls | grep -i 001
# docker run -p 5001:5001 --name sprint-console-api-001 sprint-console-001
# docker run -p 5001:5001 --name sprint-console-api-001 sprint-console-001
ENTRYPOINT [ "dotnet", "ImmichToSlideshow.dll" ]