From 9791fd7b015218a6b6fef2d4b332678965c3ab06 Mon Sep 17 00:00:00 2001 From: Bram Date: Wed, 24 Sep 2025 22:41:15 +0200 Subject: [PATCH] node container slim --- Dockers/remote-node-container/Dockerfile | 2 +- Dockers/remote-react-container/entrypoint.sh | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockers/remote-node-container/Dockerfile b/Dockers/remote-node-container/Dockerfile index 452980b..d461ab1 100644 --- a/Dockers/remote-node-container/Dockerfile +++ b/Dockers/remote-node-container/Dockerfile @@ -1,5 +1,5 @@ # Use an official Node.js runtime as a parent image -FROM node:20 +FROM node:22-slim # Set the working directory WORKDIR /workspace diff --git a/Dockers/remote-react-container/entrypoint.sh b/Dockers/remote-react-container/entrypoint.sh index c2616b3..3560954 100644 --- a/Dockers/remote-react-container/entrypoint.sh +++ b/Dockers/remote-react-container/entrypoint.sh @@ -86,8 +86,6 @@ yarn install if [ -f /environment/.dev.env ]; then mkdir -p /workspace/environments cp /environment/.dev.env /workspace/environments/.dev.env -else - echo "Environment file not found at /environment/.dev.env" fi # Set the git user and email