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
5c999a3f97
ligo
/
scripts
/
build_docker_image.sh
5 lines
71 B
Bash
Raw
Normal View
History
Unescape
Escape
Use sh, not bash
2019-05-28 22:54:37 +04:00
#!/bin/sh
set
-e
Security aspects for shell scripts (well, an attempt at that)
2019-05-28 00:00:09 +04:00
docker build -t ligolang/ligo -f docker/Dockerfile .
Reference in New Issue
Copy Permalink