Reaperxxxx commited on
Commit
ec07f47
·
verified ·
1 Parent(s): 280b163

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@ FROM node:18
2
 
3
  WORKDIR /app
4
 
5
- RUN git clone https://github.com/reaperofssa/Session /app
6
 
7
  RUN yarn install
8
 
 
2
 
3
  WORKDIR /app
4
 
5
+ RUN git clone https://github.com/reaperofssa/Session /app/session
6
 
7
  RUN yarn install
8