This website requires JavaScript.
Explore
Help
Register
Sign In
balsoft
/
ligo
Watch
1
Star
0
Fork
0
You've already forked ligo
Code
Issues
Pull Requests
Releases
Wiki
Activity
47409db7db
ligo
/
scripts
/
build_docker_image.sh
5 lines
88 B
Bash
Raw
Normal View
History
Unescape
Escape
Security aspects for shell scripts (well, an attempt at that)
2019-05-28 00:00:09 +04:00
#!/bin/bash
set
-euET -o pipefail
docker build -t ligolang/ligo -f docker/Dockerfile .
Reference in New Issue
Copy Permalink