Skip to content

Commit

Permalink
Remove obsolete target in Makefile
Browse files Browse the repository at this point in the history
Fixes: https://github.com/aquarist-labs/s3gw/issues/837
Signed-off-by: Volker Theile <vtheile@suse.com>
  • Loading branch information
votdev committed Nov 27, 2023
1 parent 0e5df4a commit e935e4f
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 e935e4f

Please sign in to comment.