Exploit.cz

Solved: Nuxt.js App takes too long to start inside Docker - too slow

I have spend lots of time to investigate what the problem is and I found it! Take a look inside your docker-compose.yml and double check, that you are not propagating .git folder inside the docker container! Now your app will be faster than before node: image: node:18-alpine build:

Solved - PHP 8.2 Docker Alpine - No releases available for package "pecl.php.net/apcu"

You should build it from source code FROM php:8.2-fpm-alpine AS ext-apcu ENV EXT_APCU_VERSION=master RUN curl -vvv https://github.com/krakjoe/apcu.git RUN docker-php-source extract \ && apk -Uu add git \ && git clone --branch $EXT_APCU_VERSION --depth 1 https://github.com/krakjoe/

Cannot connect to the Docker daemon at tcp://localhost:2375

Gitlab CI Build failingGetting source from Git repository 00:02 Fetching changes with git depth set to 50... Initialized empty Git repository in /builds/docker/php/.git/ Created fresh repository. Checking out 2ef777e8 as 8.0... Skipping Git submodules setup Executing "step_script" stage of the job script

Hetzner DNS via Terraform

01. July 2020 - Hetzner just launched Free DNS Management solution [https://www.hetzner.com/news/07-20-dns/]. EDIT: You can use my link https://hetzner.cloud/?ref=iMdF1UjNssSX and you will receive € 20 in cloud credits. Here is my tutorial, how to setup your DNS records programmatically via Terraform Install

Solved: Cannot find module '../build/Release/sharp.node'

If you built Docker image with compiled binaries for Linux, you cannot run this image on Windows. Dockerized Sharp installed with --arch=x64 --platform=linux will end up with error: /app/node_modules/sharp/lib/constructor.js:34 throw new Error(error); ^ Error: Something went wrong installing the "sharp&

Exploit.cz © 2026