diff --git a/Dockerfile b/Dockerfile index 3b79db4..28c5e7f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,4 @@ # Use official Node.js image -LABEL authors="Ari Yeger" ### Client Stage FROM node:24 AS client-build # Set the working directory for the client