Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
docker-test
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
Kunkka王辉
docker-test
Commits
639295b9
Commit
639295b9
authored
Sep 23, 2023
by
Kunkka王辉
😲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复.bashrc报错
parent
6b142f2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.bashrc
.bashrc
+2
-2
No files found.
.bashrc
View file @
639295b9
...
@@ -36,11 +36,11 @@ PS1="\u@\h \[\033[0;36m\]\W\[\033[0m\]\[\033[0;32m\]\$(git-branch-prompt)\[\033[
...
@@ -36,11 +36,11 @@ PS1="\u@\h \[\033[0;36m\]\W\[\033[0m\]\[\033[0;32m\]\$(git-branch-prompt)\[\033[
function
php7
()
function
php7
()
{
{
docker run
--rm
-it
-e
LANG
=
"C.UTF-8"
-e
LC_ALL
=
"en_US.UTF-8"
--network
galaxy-net
-v
$(
pwd
)
:/app harbor.galaxy-immi.com/galaxy-open-develop/php:7.4 php
"
$@
"
docker run
--rm
-it
-e
LANG
=
"C.UTF-8"
--network
galaxy-net
-v
$(
pwd
)
:/app harbor.galaxy-immi.com/galaxy-open-develop/php:7.4 php
"
$@
"
}
}
function
php8
()
function
php8
()
{
{
docker run
--rm
-it
-e
LANG
=
"C.UTF-8"
LANG
=
"en_US.UTF-8"
-e
LC_ALL
=
"en_US.UTF-8"
--network
galaxy-net
-v
$(
pwd
)
:/app harbor.galaxy-immi.com/galaxy-open-develop/php:8.0 php
"
$@
"
docker run
--rm
-it
-e
LANG
=
"C.UTF-8"
--network
galaxy-net
-v
$(
pwd
)
:/app harbor.galaxy-immi.com/galaxy-open-develop/php:8.0 php
"
$@
"
}
}
function
composer
()
function
composer
()
...
...
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