mirror of https://github.com/status-im/fathom.git
Fix issue with packr
Docker file hasn't been working properly for a while. User resolved it with: https://github.com/usefathom/fathom/issues/235#issuecomment-468964157
This commit is contained in:
parent
84c3c63d8c
commit
ce01286bda
|
@ -6,6 +6,7 @@ COPY assets/ ./assets/
|
|||
RUN npm install && NODE_ENV=production ./node_modules/gulp/bin/gulp.js
|
||||
|
||||
FROM golang:latest AS binarybuilder
|
||||
RUN go get -u github.com/gobuffalo/packr/packr
|
||||
WORKDIR /go/src/github.com/usefathom/fathom
|
||||
COPY . /go/src/github.com/usefathom/fathom
|
||||
COPY --from=assetbuilder /app/assets/build ./assets/build
|
||||
|
|
Loading…
Reference in New Issue