node container slim
Build and Push Docker Images / build-and-push (push) Failing after 1m58s

This commit is contained in:
2025-09-24 22:41:15 +02:00
parent dfc02400ca
commit 9791fd7b01
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# Use an official Node.js runtime as a parent image # Use an official Node.js runtime as a parent image
FROM node:20 FROM node:22-slim
# Set the working directory # Set the working directory
WORKDIR /workspace WORKDIR /workspace
@@ -86,8 +86,6 @@ yarn install
if [ -f /environment/.dev.env ]; then if [ -f /environment/.dev.env ]; then
mkdir -p /workspace/environments mkdir -p /workspace/environments
cp /environment/.dev.env /workspace/environments/.dev.env cp /environment/.dev.env /workspace/environments/.dev.env
else
echo "Environment file not found at /environment/.dev.env"
fi fi
# Set the git user and email # Set the git user and email