We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1976751 commit 85034d7Copy full SHA for 85034d7
Dockerfile
@@ -0,0 +1,11 @@
1
+FROM ghcr.io/go-rod/rod:v0.116.0
2
+
3
+ENV TZ=Asia/Shanghai
4
5
+RUN curl https://wechat2rss.xlab.app/release/server -o server \
6
+ && chmod +x /server
7
8
+WORKDIR /wechat2rss
9
+CMD ["/server"]
10
11
+EXPOSE 8080
railway.json
@@ -0,0 +1,12 @@
+{
+ "$schema": "https://railway.app/railway.schema.json",
+ "build": {
+ "watchPatterns": [
+ "/deploy/changelog.md"
+ ]
+ },
+ "deploy": {
+ "restartPolicyType": "ON_FAILURE",
+ "restartPolicyMaxRetries": 5
+ }
12
+}
script/start.sh
0 commit comments