Spaces:
Runtime error
Runtime error
Upload Dockerfile.txt
#6
by
myself1456
- opened
- Dockerfile.txt +7 -0
Dockerfile.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
FROM quay.io/souravkl11/rgnk-v3:latest
|
2 |
+
|
3 |
+
RUN git clone https://github.com/souravkl11/raganork-md /railway/Raganork
|
4 |
+
WORKDIR /railway/Raganork
|
5 |
+
ENV TZ=Asia/Kolkata
|
6 |
+
RUN yarn install --network-concurrency 1
|
7 |
+
CMD ["node", "index.js"]
|