From 33d67556abebe0374ea98cf3766d5bc815d4ba1f Mon Sep 17 00:00:00 2001 From: NationsGlory Deploy Date: Thu, 5 Feb 2026 19:43:54 +0100 Subject: [PATCH] =?UTF-8?q?r=C3=A9solution=20build=20faild=20avec=20node:1?= =?UTF-8?q?8-alpine=20->=2018-slim=20&&=20ajout=20network:host=20dans=20do?= =?UTF-8?q?cker=20compose?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- docker-compose.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e8f039c..3469700 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:18-alpine +FROM node:18-slim WORKDIR /app diff --git a/docker-compose.yml b/docker-compose.yml index bc4a59c..adce265 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,6 +5,7 @@ services: build: context: . dockerfile: Dockerfile + network: host container_name: webnationsglory-admin env_file: - .env