update go app
This commit is contained in:
10
Dockerfile
Normal file
10
Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM golang:1.23.4
|
||||
|
||||
COPY . /app
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN go build && chmod +x tui-ssh-app
|
||||
|
||||
CMD [/app/tui-ssh-app]
|
||||
|
||||
Reference in New Issue
Block a user