mirror of
https://github.com/status-im/fathom.git
synced 2025-03-01 03:20:27 +00:00
call binary directly in dockerfile
This commit is contained in:
parent
e92b4b9a29
commit
f5ddb54828
@ -3,7 +3,7 @@ WORKDIR /app
|
||||
COPY package*.json ./
|
||||
COPY gulpfile.js ./
|
||||
COPY assets/ ./assets/
|
||||
RUN npm install && NODE_ENV=production npx gulp
|
||||
RUN npm install && NODE_ENV=production ./node_modules/gulp/bin/gulp.js
|
||||
|
||||
FROM golang:latest AS binarybuilder
|
||||
WORKDIR /go/src/github.com/usefathom/fathom
|
||||
|
Loading…
x
Reference in New Issue
Block a user