Commit 8e18b879 authored by bin.gong's avatar bin.gong

Update Makefile

parent 8c4f5702
...@@ -128,4 +128,4 @@ docker-build: ...@@ -128,4 +128,4 @@ docker-build:
.PHONY: docker-run .PHONY: docker-run
docker-run: docker-run:
@echo "运行Docker容器..." @echo "运行Docker容器..."
@docker run -p $(FRONTEND_PORT):3000 -p $(BACKEND_PORT):5000 $(APP_NAME) @docker run -p $(FRONTEND_PORT):8001 -p $(BACKEND_PORT):8000 $(APP_NAME)
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment