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