@@ -5,4 +5,4 @@ RUN npm install
COPY . .
EXPOSE 3000
VOLUME /app/base_files
-# CMD ["node", "app.js"]
+CMD ["node", "app.js"]