Skip to content

Commit ccd7b9a

Browse files
committed
chore: rename sh files
1 parent c21d197 commit ccd7b9a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
FROM v2fly/v2fly-core:latest
22

3-
ADD configure.sh /configure.sh
4-
RUN chmod +x /configure.sh
3+
ADD startup.sh /startup.sh
4+
RUN chmod +x /startup.sh
55

6-
CMD /configure.sh
6+
CMD /startup.sh
77

88

configure.sh startup.sh

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/bash
2+
13
cat << EOF > /etc/v2ray/config.json
24
{
35
"inbounds": [

0 commit comments

Comments
 (0)