This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user