plsgivemeachane commited on
Commit
53bc6a8
1 Parent(s): 25fadc1
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@ FROM oven/bun:1.1.12-debian
2
 
3
  COPY . .
4
 
5
- RUN npm install tree
6
 
7
  RUN tree
8
 
 
2
 
3
  COPY . .
4
 
5
+ RUN apt install tree -y
6
 
7
  RUN tree
8