FROM golang:1.23.4 COPY . /app WORKDIR /app RUN go build && chmod +x tui-ssh-app CMD [/app/tui-ssh-app]