Remove unnecessary comments and clean up Dockerfile structure for clarity

This commit is contained in:
Bangara Raju Kottedi 2026-02-27 20:16:48 +05:30
parent 7fe6cda825
commit 79b67e9003

View File

@ -69,11 +69,7 @@ if (process.env.NODE_ENV === 'production') {
} }
module.exports = { server }; module.exports = { server };
root@DietPi:~/mern-ludo/backend# ^C
root@DietPi:~/mern-ludo/backend# cd .
root@DietPi:~/mern-ludo/backend# cd ..
root@DietPi:~/mern-ludo# nano Dockerfile
root@DietPi:~/mern-ludo# cat Dockerfile
# Node 20 for Pi 5 (ARM64) # Node 20 for Pi 5 (ARM64)
FROM node:20-bullseye-slim FROM node:20-bullseye-slim