Skip to content

Commit

Permalink
⚡ Removed data folder creation
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Martin <[email protected]>
  • Loading branch information
rmarting authored and HarikrishnanBalagopal committed Sep 29, 2021
1 parent 7cb3286 commit bfdda43
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 @@ -103,7 +103,6 @@ cpush: ## Push container image
crun: ## Run using container image
@echo "Running image with $(CONTAINER_TOOL)"
ifdef DOCKER_CMD
mkdir -p data
${CONTAINER_TOOL} run --rm -it -p 8080:8080 -v ${PWD}/data:/move2kube-api/data -v /var/run/docker.sock:/var/run/docker.sock quay.io/konveyor/move2kube-ui:latest
else
${CONTAINER_TOOL} run --rm -it -p 8080:8080 --network=bridge quay.io/konveyor/move2kube-ui:latest
Expand Down

0 comments on commit bfdda43

Please sign in to comment.