Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile.build
Original file line number Diff line number Diff line change
@@ -25,8 +25,7 @@ ADD . .
RUN go get -v -t ./...

# cache yarn packages to an offline mirror so they're faster to load. hopefully.
COPY ./generators/assets/webpack/templates/package.json.tmpl ./package.json
RUN sed -i "s/{{.name}}/Buffalo/" package.json
RUN grep -v '{{' ./generators/assets/webpack/templates/package.json.tmpl > package.json
RUN yarn install --no-progress

RUN buffalo version

0 comments on commit 323a2f6

Please sign in to comment.