-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
73 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# This dockerfile uses go build, then use the ubuntu run | ||
# Version: 0.1 | ||
# Author: [email protected] | ||
# Desc: 注意,编译镜像的上下文必须在src下(../../),否则会失败 | ||
# Desc: 注意,编译镜像的上下文必须在server下(../../),否则会失败 | ||
# example: docker build -t im_gate -f . ../../ | ||
|
||
## | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# This dockerfile uses go build, then use the ubuntu run | ||
# Version: 0.1 | ||
# Author: [email protected] | ||
# Desc: 注意,编译镜像的上下文必须在src下(../../),否则会失败 | ||
# Desc: 注意,编译镜像的上下文必须在server下(../../),否则会失败 | ||
# example: docker build -t im_gate -f . ../../ | ||
|
||
## | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# This dockerfile uses go build, then use the ubuntu run | ||
# Version: 0.1 | ||
# Author: [email protected] | ||
# Desc: 注意,编译镜像的上下文必须在src下(../../),否则会失败 | ||
# Desc: 注意,编译镜像的上下文必须在server下(../../),否则会失败 | ||
# example: docker build -t im_gate -f . ../../ | ||
|
||
## | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
-- CREATE USER 'luna'@'%' IDENTIFIED BY 'pwdluna'; | ||
GRANT All privileges ON coffeechat.* TO 'cim'@'%' identified by 'ldMe$q2Xl9GKyUxj'; | ||
GRANT All privileges ON coffeechat.* TO 'cim'@'%' identified by 'coffeechat2022'; | ||
flush privileges; |