Skip to content

Commit

Permalink
fix: add blank .env file to docker image
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Gleich <[email protected]>
  • Loading branch information
gleich committed Jul 19, 2024
1 parent cbcb38d commit 88062b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ FROM golang:1.22.5 AS build
WORKDIR /src
COPY . .

RUN go build
RUN go build && touch .env

CMD ["./lcp-v2"]

0 comments on commit 88062b0

Please sign in to comment.