We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbcb38d commit 88062b0Copy full SHA for 88062b0
Dockerfile
@@ -3,6 +3,6 @@ FROM golang:1.22.5 AS build
3
WORKDIR /src
4
COPY . .
5
6
-RUN go build
+RUN go build && touch .env
7
8
CMD ["./lcp-v2"]
0 commit comments