Update Dockerfile
Browse files- 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
|