This website works better with JavaScript.
Home
Help
Register
Sign In
xsiva
/
cannabinieri_web
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
readme
master
Xsivax
3 years ago
parent
5bb7b0b9e3
commit
561de6e165
2 changed files
with
2 additions
and
35 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-10
README.md
+0
-25
run.sh
+ 2
- 10
README.md
View File
@ -1,16 +1,8 @@
Build and run :
. run.sh
terminate with :
Ctrl-C
then:
cd ..
$ cd /compose
$ docker-compose up
+ 0
- 25
run.sh
View File
@ -1,25 +0,0 @@
#!/bin/bash
trap
"cd '..'"
TERM INT
# run docker-container
run
(
)
{
cd
"compose"
&&
\
docker-compose build --no-cache deb-rust
&&
\
docker-compose up
&&
\
}
run
#to do:
# ctrl-c(sigint):
# stop and remove container(with custom message)
# cd ..
Write
Preview
Loading…
Cancel
Save