From 287506f8bbc8f0885c2178369e09156bf3f26030 Mon Sep 17 00:00:00 2001 From: BolkeDerBaer Date: Sat, 28 Feb 2026 00:08:09 +0100 Subject: [PATCH] chore: remove debug echo command from Dockerfile --- dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/dockerfile b/dockerfile index 93b7461..c75bf05 100644 --- a/dockerfile +++ b/dockerfile @@ -12,7 +12,6 @@ RUN npm install # copy the rest of the app COPY . . -RUN echo 'COPY DOWN' # default command to run the app CMD ["node", "index.js"] \ No newline at end of file