Skip to content

Commit

Permalink
fix: Rollback curl
Browse files Browse the repository at this point in the history
  • Loading branch information
pasqualedevita committed Oct 20, 2022
1 parent 2394026 commit 3b76cf5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ FROM mcr.microsoft.com/azure-functions/dotnet:4.11.3-slim@sha256:a3f3888209af3c9

RUN rm -rf /FuncExtensionBundles

RUN apt-get update && apt-get install -y curl

ENV AzureWebJobsScriptRoot=/home/site/wwwroot \
AzureFunctionsJobHost__Logging__Console__IsEnabled=true

Expand Down
6 changes: 0 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,5 @@ services:
build: .
network_mode: service:azurite
env_file: [.env]
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost/healthz/live"]
interval: 10s
timeout: 1s
retries: 3
start_period: 10s
azurite:
image: mcr.microsoft.com/azure-storage/azurite

0 comments on commit 3b76cf5

Please sign in to comment.