aboutsummaryrefslogtreecommitdiff
path: root/arch-nodejs/bootstrap.sh
AgeCommit message (Collapse)Author
2015-09-15Various fixes and updates.Mhd Sulhan
## news - init.sh: script to run if no command given. - run.sh: sample script to run the image. ## Dockerfile.local,Dockerfile.online - Set volume. - Reorder command to optimize using image caches. - Use init.sh as start command. ## bootstrap.sh Always sync when running pacman. This is to prevent error 404 when downloading package because the file has been removed on server. ## build.sh Merge copy commands into single command.
2015-09-05Add git, gcc, make, and python2 package.Mhd Sulhan
This packages is required when one of npm package need to rebuild. Also, do not remove /usr/include.
2015-09-04Move build and clean commands to bootstrap.sh file.Mhd Sulhan
* Expose port 80.