Neon-AI commited on
Commit
d4db7c6
·
verified ·
1 Parent(s): 5c7b22a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -26,7 +26,7 @@ RUN ls -lh
26
  # Move binary to /usr/local/bin and make executable
27
  RUN mv telegram-bot-api /usr/local/bin/telegram-bot-api && chmod +x /usr/local/bin/telegram-bot-api
28
 
29
- RUN ldd /usr/local/bin/
30
 
31
  # Make sure start.sh is executable
32
  RUN chmod +x start.sh
 
26
  # Move binary to /usr/local/bin and make executable
27
  RUN mv telegram-bot-api /usr/local/bin/telegram-bot-api && chmod +x /usr/local/bin/telegram-bot-api
28
 
29
+ #RUN ldd /usr/local/bin/
30
 
31
  # Make sure start.sh is executable
32
  RUN chmod +x start.sh