Skip to content

Commit

Permalink
add port for test ui
Browse files Browse the repository at this point in the history
  • Loading branch information
corsicanec82 committed Aug 25, 2024
1 parent 4280db0 commit 8cc7605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker.mk
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ else
-v $(ROOT_DIR)scripts/get-forwarded-envs:/usr/local/bin/get-forwarded-envs \
-v $(CURDIR)/exercise/:/usr/src/app \
-v $(CURDIR)/exercise_internal:/exercise_internal \
-p 8000:8000 -p 80:8080 --name $(CONTAINER_ID) $(IMAGE_ID)
-p 8000:8000 -p 80:8080 -p 5006:5006 --name $(CONTAINER_ID) $(IMAGE_ID)
endif

stop:
Expand Down

0 comments on commit 8cc7605

Please sign in to comment.