Spaces:
Runtime error
Runtime error
File size: 226 Bytes
2061d9a |
1 2 3 4 5 6 7 8 |
FROM quay.io/souravkl11/rgnk-v3:latest RUN git clone https://github.com/souravkl11/raganork-md /railway/Raganork WORKDIR /railway/Raganork ENV TZ=Asia/Kolkata RUN yarn install --network-concurrency 1 CMD ["node", "index.js"] |