Árni Björn Vigfússon ee7983d6c1 Repo move il y a 5 heures
..
cmd ee7983d6c1 Repo move il y a 5 heures
internal ee7983d6c1 Repo move il y a 5 heures
models ee7983d6c1 Repo move il y a 5 heures
src ee7983d6c1 Repo move il y a 5 heures
static ee7983d6c1 Repo move il y a 5 heures
vendor ee7983d6c1 Repo move il y a 5 heures
views ee7983d6c1 Repo move il y a 5 heures
credentials.json ee7983d6c1 Repo move il y a 5 heures
dimesheet ee7983d6c1 Repo move il y a 5 heures
go.mod ee7983d6c1 Repo move il y a 5 heures
go.sum ee7983d6c1 Repo move il y a 5 heures
helpful.txt ee7983d6c1 Repo move il y a 5 heures
read.me ee7983d6c1 Repo move il y a 5 heures
readme.md ee7983d6c1 Repo move il y a 5 heures

readme.md

-- Build a new image docker image build . -t registry.asterisk.is/dimesheet

-- Log in to docker registry docker login registry.asterisk.is

-- Push docker push registry.asterisk.is/dimesheet

-- Run dimesheet docker compose up

-- Start on http://localhost:8000

docker run -it --rm -d -p 8000:80 --name web -v .:/usr/share/nginx/html nginx