#199 : Test pour données spotify.

This commit is contained in:
Loic Masi
2026-04-08 21:37:44 +02:00
parent c43a704777
commit d83791b793
2 changed files with 4 additions and 4 deletions

View File

@@ -20,4 +20,4 @@ RUN dotnet publish "./Webzine.WebApplication.csproj" -c $BUILD_CONFIGURATION -o
FROM base AS final
WORKDIR /app
COPY --from=publish /app/publish .
ENTRYPOINT ["dotnet", "Webzine.WebApplication.dll"]
ENTRYPOINT ["dotnet", "Webzine.WebApplication.dll --seed"]