Skip to content
Snippets Groups Projects
Commit 6720cc0f authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Minor dockerfile improvements

parent df754aca
No related branches found
No related tags found
No related merge requests found
......@@ -4,9 +4,9 @@ RUN apk add --no-cache curl git gcc musl-dev
RUN curl https://glide.sh/get | sh
WORKDIR /go/src/app
COPY *.go ./
COPY glide.* ./
RUN glide install
COPY *.go ./
RUN CGO_ENABLED=false go build -a app .
FROM node:alpine as asset_builder
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment