plsgivemeachane commited on
Commit
88c9aa0
1 Parent(s): 8537c70
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -2,6 +2,8 @@ FROM oven/bun:latest
2
 
3
  COPY . .
4
 
 
 
5
  WORKDIR /app
6
 
7
  RUN ls
 
2
 
3
  COPY . .
4
 
5
+ RUN tree
6
+
7
  WORKDIR /app
8
 
9
  RUN ls