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