fix: remove the out-of-place label
All checks were successful
Deploy To Dokku / deploy (push) Successful in 1m58s

This commit is contained in:
Ari Yeger
2025-08-19 10:38:14 -04:00
parent 915829d656
commit 983a9b5dd6

View File

@ -1,5 +1,4 @@
# Use official Node.js image # Use official Node.js image
LABEL authors="Ari Yeger"
### Client Stage ### Client Stage
FROM node:24 AS client-build FROM node:24 AS client-build
# Set the working directory for the client # Set the working directory for the client