résolution build faild avec node:18-alpine -> 18-slim && ajout network:host dans docker compose

This commit is contained in:
2026-02-05 19:43:54 +01:00
parent 26e8aea4da
commit 33d67556ab
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
FROM node:18-alpine FROM node:18-slim
WORKDIR /app WORKDIR /app

View File

@@ -5,6 +5,7 @@ services:
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
network: host
container_name: webnationsglory-admin container_name: webnationsglory-admin
env_file: env_file:
- .env - .env