Skip to content

Commit

Permalink
set temp folder to config folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mlapaglia committed Nov 2, 2023
1 parent b5914ae commit aa445e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions OpenAlprWebhookProcessor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ RUN dotnet publish "OpenAlprWebhookProcessor.csproj" -c Release -o /app/publish
FROM base AS final
WORKDIR /app
COPY --from=publish /app/publish .
ENV SQLITE_TMPDIR=/app/config/

ENTRYPOINT ["dotnet", "OpenAlprWebhookProcessor.dll"]

0 comments on commit aa445e8

Please sign in to comment.