Update Dockerfile

This commit is contained in:
Adrien le Maire 2021-01-21 07:38:44 +00:00
parent 22a5ac59c6
commit 660cfb137a

View File

@ -3,7 +3,7 @@ FROM golang:buster as builder
ARG DEBIAN_FRONTEND=noninteractive
COPY dendrite /dendrite
WORKDIR /dendrite
RUN rm -rf .git && ./build.sh
RUN rm -rf .git && mkdir bin && ./build.sh
FROM debian:buster-20210111-slim