Skip to content

Commit

Permalink
Merge pull request #59 from edenia/update-dockerfile-webapp
Browse files Browse the repository at this point in the history
fix(devops): Update dockerfile remove nginx
  • Loading branch information
fagomezra committed Jul 27, 2023
2 parents bcedf1d + 452c8b5 commit 885facd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapp/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ build-docker: ./Dockerfile
echo "Building containers..."
@docker pull $(DOCKER_REGISTRY)/$(IMAGE_NAME_WEBAPP):$(LATEST_TAG) || true
@docker build \
-t $(DOCKER_REGISTRY)/$(IMAGE_NAME_WEBAPP):$(VERSION) --target run-stage \
-t $(DOCKER_REGISTRY)/$(IMAGE_NAME_WEBAPP):$(LATEST_TAG) --target run-stage \
-t $(DOCKER_REGISTRY)/$(IMAGE_NAME_WEBAPP):$(VERSION) \
-t $(DOCKER_REGISTRY)/$(IMAGE_NAME_WEBAPP):$(LATEST_TAG) \
--build-arg react_app_version="$(REACT_APP_VERSION)" \
--build-arg react_app_name="$(REACT_APP_NAME)" \
--build-arg react_app_title="$(REACT_APP_TITLE)" \
Expand Down

0 comments on commit 885facd

Please sign in to comment.