Skip to content

Commit

Permalink
alterado configuração de rede da imagem
Browse files Browse the repository at this point in the history
  • Loading branch information
rcarvalhoxavier committed May 24, 2024
1 parent 8a1cf0b commit 3ec1e48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3ec1e48

Please sign in to comment.