Skip to content

Commit

Permalink
Merge pull request #302 from votdev/issue_837_makefile
Browse files Browse the repository at this point in the history
Remove obsolete target in Makefile
  • Loading branch information
Ameenasuhani authored Nov 28, 2023
2 parents 0e5df4a + e935e4f commit 1eeb0f3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,7 @@ build-ui-frontend:
########################################################################
# Build UI Image

#Kept for convenience until the new backend architecture is not ready.
#This will be likely removed in the future.
image-build-ui-frontend:
docker build -t s3gw-frontend:latest -f src/frontend/Dockerfile src/frontend

image-build-ui:
image-build-ui: build-ui-frontend
docker build -t s3gw-ui:latest -f src/Dockerfile src

########################################################################
Expand Down

0 comments on commit 1eeb0f3

Please sign in to comment.