Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
trent-codecov authored May 15, 2024
1 parent a769d99 commit 116acd5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ dockerhub_image := codecov/self-hosted-frontend
ENV ?= ENTERPRISE
export DOCKER_BUILDKIT := 1


build.local:
docker build -f docker/Dockerfile . -t ${dockerhub_image}:latest --build-arg REACT_APP_STAGE=development --build-arg REACT_APP_CODECOV_VERSION=${release_version} --build-arg REACT_APP_ENV_ARG=development

Expand Down

0 comments on commit 116acd5

Please sign in to comment.