From 3ec1e4887dcbfcc08f5d4f91fd1f03c5fec0757a Mon Sep 17 00:00:00 2001 From: Rodrigo Xavier Date: Fri, 24 May 2024 15:47:01 -0300 Subject: [PATCH] =?UTF-8?q?alterado=20configura=C3=A7=C3=A3o=20de=20rede?= =?UTF-8?q?=20da=20imagem?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 701ead9..b6a1f52 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,8 @@ build-x: run: @echo "Executando o container Docker para o ano $(ANO)..." - docker run -it --rm --name irpf -e DISPLAY=$(DISPLAY) \ + docker run -it --rm --name irpf --network host \ + -e DISPLAY=$(DISPLAY) \ -v $(HOME):/home/irpf \ -v /tmp/.X11-unix:/tmp/.X11-unix \ $(REPO_IMAGE_TAG)