myself1456 commited on
Commit
2061d9a
Β·
verified Β·
1 Parent(s): abec3bb

Upload Dockerfile.txt

Browse files
Files changed (1) hide show
  1. 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"]