Skip to content

Commit

Permalink
fix: cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
whatwewant committed Sep 5, 2023
1 parent 6195309 commit 90ae5f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN CGO_ENABLED=0 \
go build \
-trimpath \
-ldflags '-w -s -buildid=' \
-v -o terminal ./cmd
-v -o terminal ./cmd/terminal

# Server
FROM whatwewant/alpine:v3.17-1
Expand Down
2 changes: 1 addition & 1 deletion cmd/terminal/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package main
import (
"github.com/go-zoox/cli"
"github.com/go-zoox/terminal"
"github.com/go-zoox/terminal/cmd/commands"
"github.com/go-zoox/terminal/cmd/terminal/commands"
)

func main() {
Expand Down

0 comments on commit 90ae5f9

Please sign in to comment.