plsgivemeachane commited on
Commit
ba0eccd
1 Parent(s): ed116a1
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@ FROM node:22-bookworm-slim
2
 
3
  WORKDIR /app
4
 
5
- COPY . .
6
 
7
  RUN npm install
8
 
 
2
 
3
  WORKDIR /app
4
 
5
+ COPY /src .
6
 
7
  RUN npm install
8