-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
When I run this inside of docker, the sha1 is visible, but the others are null.
---- BUILD GIT INFO --- {
sha: '29xxx44f6e2b1axxxddaf88fcxxx70727xxx3',
abbreviatedSha: 'xxx1adxxx4f',
branch: null,
tag: null,
committer: null,
committerDate: null,
author: null,
authorDate: null,
commitMessage: null,
root: '/srv/http/client',
commonGitDir: '/srv/http/client/.git',
worktreeGitDir: '/srv/http/client/.git',
lastTag: null,
commitsSinceLastTag: Infinity
}
Docker file is FROM alpine:latest
and then basically
COPY . /srv/http/client
RUN npm i -g yarn
RUN cd /srv/http/client && yarn && node_modules/ember-cli/bin/ember build --environment production
aaemnnosttv and artemgurzhii
Metadata
Metadata
Assignees
Labels
No labels