abubasith86 commited on
Commit
f95abd8
·
1 Parent(s): fe53290
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -38,4 +38,6 @@ RUN npm ci
38
  EXPOSE 5000
39
 
40
  # Start the application
41
- CMD ["npm", "start"]
 
 
 
38
  EXPOSE 5000
39
 
40
  # Start the application
41
+ # CMD ["npm", "start"]
42
+ CMD git --no-pager log -1 --pretty=format:"Last commit: %h - %s" && npm start
43
+