build(frontend): removed unnecessary step
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
01f6c6b54c
commit
f6e21ee07e
1 changed files with 0 additions and 1 deletions
|
|
@ -21,7 +21,6 @@ check_prereq() {
|
|||
# https://github.com/docker/cli/issues/1134#issuecomment-613516912
|
||||
export DOCKER_BUILDKIT=1
|
||||
function build(){
|
||||
cp .env.sample .env
|
||||
# Run docker as the same user, else we'll run in to permission issues.
|
||||
docker build -t ${DOCKER_REPO:-'local'}/frontend:${git_sha1} --platform linux/amd64 --build-arg SERVICE_NAME=$image .
|
||||
[[ $PUSH_IMAGE -eq 1 ]] && {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue