Meooowwwoooooo commited on
Commit
422befb
·
verified ·
1 Parent(s): f899f1f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -5,5 +5,5 @@ RUN apk update && apk add --no-cache sing-box python3
5
  RUN mkdir -p /etc/sing-box
6
  RUN touch /etc/sing-box/config.json
7
  RUN chmod 777 /etc/sing-box/config.json
8
- COPY create.py /etc/sing-box/create.py
9
- CMD ["python3","/etc/sing-box/create.py"]
 
5
  RUN mkdir -p /etc/sing-box
6
  RUN touch /etc/sing-box/config.json
7
  RUN chmod 777 /etc/sing-box/config.json
8
+ COPY main.py /etc/sing-box/main.py
9
+ CMD ["python3","/etc/sing-box/main.py"]