Fix run example in Dockerfile

This commit is contained in:
aaron0x 2025-04-01 15:35:50 +08:00
parent fbf72cde1f
commit 9fde0bcdf4

View file

@ -1,6 +1,6 @@
# run with:
# docker build -t lazygit .
# docker run -it lazygit:latest /bin/sh
# docker run -it lazygit:latest
FROM golang:1.24 AS build
WORKDIR /go/src/github.com/jesseduffield/lazygit/