Insert into asset tag instead of updating is archived field

Convert to Podman
This commit is contained in:
2025-06-15 12:16:40 -07:00
parent ac4e4c277d
commit 424004d08f
9 changed files with 315 additions and 134 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" ]