From 983a9b5dd6a94201abbc550f1628c87d7e3c6e29 Mon Sep 17 00:00:00 2001 From: Ari Yeger Date: Tue, 19 Aug 2025 10:38:14 -0400 Subject: [PATCH] fix: remove the out-of-place label --- Dockerfile | 1 - 1 file changed, 1 deletion(-) 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