Skip to content

Commit

Permalink
Add yarn git-info step to the Dockerfile (#10)
Browse files Browse the repository at this point in the history
### What

Add `yarn git-info` step to the Dockerfile

### Why

I noticed that the public images published in https://hub.docker.com/r/stellar/stellar-disbursement-platform-frontend have these fields empty. I believe this small change will fix that.
  • Loading branch information
marcelosalloum authored Sep 6, 2023
1 parent 6ab11d3 commit 4f12382
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y gpg curl git ma


COPY . /app/
RUN yarn git-info
RUN yarn install
RUN yarn build

Expand Down

0 comments on commit 4f12382

Please sign in to comment.