diff --git a/Dockerfile b/Dockerfile index 6617587..e24d3a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM fascinated/docker-images:node-pnpm-latest AS base +RUN echo "redis url: $REDIS_URL" + # Install depends FROM base AS deps RUN apk add --no-cache libc6-compat