remove docker files

ref: #2944
moved site hosting to netlify

Signed-off-by: Avelino <t@avelino.xxx>
This commit is contained in:
Avelino 2020-07-13 07:24:24 -03:00
parent f7d0ba3284
commit d64099f526
2 changed files with 0 additions and 23 deletions

View File

@ -1,8 +0,0 @@
FROM golang:1.10-alpine
RUN apk add --update -t build-deps curl go git libc-dev gcc libgcc
RUN go get -u -v github.com/shurcooL/github_flavored_markdown github.com/gorilla/mux
WORKDIR /srv
CMD ["go", "run", "repo.go"]

View File

@ -1,15 +0,0 @@
version: "2"
services:
caddy:
image: abiosoft/caddy
volumes:
- ./tmpl:/srv
ports:
- 80:2015
webhook:
build: ./
volumes:
- ./:/srv
ports:
- 9000:9000