mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-12 04:45:47 +02:00
Fix run example in Dockerfile
This commit is contained in:
parent
fbf72cde1f
commit
9fde0bcdf4
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# run with:
|
# run with:
|
||||||
# docker build -t lazygit .
|
# docker build -t lazygit .
|
||||||
# docker run -it lazygit:latest /bin/sh
|
# docker run -it lazygit:latest
|
||||||
|
|
||||||
FROM golang:1.24 AS build
|
FROM golang:1.24 AS build
|
||||||
WORKDIR /go/src/github.com/jesseduffield/lazygit/
|
WORKDIR /go/src/github.com/jesseduffield/lazygit/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue