Update Dockerfile
This commit is contained in:
parent
6edb14311e
commit
c150e75758
1 changed files with 1 additions and 1 deletions
|
|
@ -19,4 +19,4 @@ RUN go build -tags netgo -ldflags "-s -w" -o app ./cmd/picoclaw
|
|||
FROM debian:bookworm-slim
|
||||
WORKDIR /app
|
||||
COPY --from=builder /app/app .
|
||||
CMD ["./app"]
|
||||
CMD ["./app", "gateway"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue