master default branch we develop in
origin default upstream repo (like Github)
HEAD current branch
remote repository stored on another computer
FROM python:3 | |
MAINTAINER Chris Marks | |
ENV HOST=0.0.0.0 | |
ENV PORT=5000 | |
WORKDIR /app | |
EXPOSE ${PORT} |
wget -P save/to/directory/ -mpck --user-agent="" -e robots=off --wait 1 -E http://url.to.site:5000 |
# Dockerfile for create a simple web server | |
# | |
# docker build -t pyweb . | |
# docker run -it --rm -v $(pwd):/usr/web pyweb | |
# | |
# docker run -d -v $(pwd):/usr/web pyweb | |
# docker logs NAME | |
# | |
# use the ip address produced by th 'ip a' output |
#CONTRIBUTING
Right the project is a mess but I have good README, unit tests and code coverage.
/** | |
* The difference between these 2 purples | |
*/ | |
body{ | |
font-weight: bold; | |
font-family: 'Comfortaa', cursive; | |
font-size: 2em; | |
background-color: #d3d3d3; | |
} | |
.container { |
/** | |
* The difference between these 2 purples | |
*/ | |
body{ | |
font-weight: bold; | |
font-family: 'Comfortaa', cursive; | |
font-size: 2em; | |
background-color: #d3d3d3; | |
} | |
.container { |
/** | |
* The difference between these 2 purples | |
*/ | |
body{ | |
font-weight: bold; | |
font-family: 'Comfortaa', cursive; | |
font-size: 2em; | |
background-color: #d3d3d3; | |
} | |
.container { |
" Vim syntax file | |
" Language: Soy Templates | |
" Maintainer: Rodrigo Machado [email protected] | |
" Last Change: Thu Apr 15 16:59:00 GMT 2010 | |
" Filenames: *.soy | |
" URL: http://gist.github.com/gists/367358/download | |
" | |
" Based on Smarty.vim | |
" For version 5.x: Clear all syntax items |