Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
T
tls-forward
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangmingming
tls-forward
Commits
3c4d8a4b
Commit
3c4d8a4b
authored
Nov 03, 2023
by
wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
111
parent
87e7cd2b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
Dockerfile
Dockerfile
+2
-1
start.sh
start.sh
+3
-0
No files found.
Dockerfile
View file @
3c4d8a4b
...
@@ -3,5 +3,6 @@ RUN apt update
...
@@ -3,5 +3,6 @@ RUN apt update
RUN
apt
install
procps
-y
RUN
apt
install
procps
-y
RUN
mkdir
-p
/home/opt
RUN
mkdir
-p
/home/opt
COPY
./tlsForward /home/opt/tlsForward
COPY
./tlsForward /home/opt/tlsForward
COPY
./start.sh /home/opt/start.sh
ENV
TZ=Asia/Shanghai
ENV
TZ=Asia/Shanghai
CMD
["/bin/sh", "/home/opt/tlsForward"]
CMD
["/bin/sh", "/home/opt/start.sh"]
\ No newline at end of file
\ No newline at end of file
start.sh
0 → 100644
View file @
3c4d8a4b
export
GOPROXY
=
https://goproxy.cn
/home/opt/tlsForward
#cd /root/src && go run run.go
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment