chore: remove debug echo command from Dockerfile

This commit is contained in:
2026-02-28 00:08:09 +01:00
parent be2ee3fea7
commit 287506f8bb

View File

@@ -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"]