Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
csst
Scalebox Apps
Commits
bc38ffa8
Commit
bc38ffa8
authored
Nov 04, 2022
by
zxl
Browse files
Modify run command: python3
parent
70392fef
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
L2/dockerfiles/name1/run.sh
L2/dockerfiles/name1/run.sh
+2
-2
L2/dockerfiles/name2/run.sh
L2/dockerfiles/name2/run.sh
+1
-1
No files found.
L2/dockerfiles/name1/run.sh
View file @
bc38ffa8
#!/bin/bash
python /app/bin/name1.py
$1
send-message
$1
\ No newline at end of file
python3 /app/bin/name1.py
$1
send-message
$1
L2/dockerfiles/name2/run.sh
View file @
bc38ffa8
#!/bin/bash
python /app/bin/name2.py
$1
python
3
/app/bin/name2.py
$1
send-message
$1
\ 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