Yvan-W commited on
Commit
4ed500c
1 Parent(s): 3f59c17

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,6 +6,6 @@ RUN git clone https://github.com/schlagmichdoch/PairDrop.git && \
6
  cd PairDrop && \
7
  npm install
8
 
9
- CMD npm start
10
 
11
  EXPOSE 3000
 
6
  cd PairDrop && \
7
  npm install
8
 
9
+ CMD cd PairDrop && npm start
10
 
11
  EXPOSE 3000