Yvan-W commited on
Commit
3f59c17
·
verified ·
1 Parent(s): 3314a68

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ FROM node:22
3
  WORKDIR /RUN
4
 
5
  RUN git clone https://github.com/schlagmichdoch/PairDrop.git && \
6
- cd PairDrop &&
7
  npm install
8
 
9
  CMD npm start
 
3
  WORKDIR /RUN
4
 
5
  RUN git clone https://github.com/schlagmichdoch/PairDrop.git && \
6
+ cd PairDrop && \
7
  npm install
8
 
9
  CMD npm start