Skip to content

Commit

Permalink
add curl to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Glutamat42 committed Jan 23, 2025
1 parent 2d3d275 commit e25bef8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,9 @@ WORKDIR /app
EXPOSE 80
EXPOSE 443

# Install curl and clean up
RUN apt-get update && apt-get install -y curl && \
apt-get clean && rm -rf /var/lib/apt/lists/*

COPY --from=build /app/publish .
CMD ["dotnet", "AdLerBackend.API.dll"]

0 comments on commit e25bef8

Please sign in to comment.