mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-07-31 21:32:46 +00:00
Nuke old Docker stuff (#1104)
* Remove old Docker stuff * Move hub stuff to upper level docker directory * Build monolith images * Update README.md * Update paths * Update README.md
This commit is contained in:
parent
e7b19d2c70
commit
67784ecb56
26 changed files with 67 additions and 585 deletions
|
@ -1,9 +1,10 @@
|
|||
FROM docker.io/golang:1.13.7-alpine3.11
|
||||
FROM docker.io/golang:1.13.7-alpine3.11 AS builder
|
||||
|
||||
RUN mkdir /build
|
||||
RUN apk --update --no-cache add bash build-base
|
||||
|
||||
WORKDIR /build
|
||||
|
||||
RUN apk --update --no-cache add openssl bash git build-base
|
||||
COPY . /build
|
||||
|
||||
CMD ["bash", "docker/build.sh"]
|
||||
RUN mkdir -p bin
|
||||
RUN sh ./build.sh
|
Loading…
Add table
Add a link
Reference in a new issue