dont download a version

This commit is contained in:
maddalax 2024-09-26 15:38:34 -05:00
parent ea8c3c6891
commit 60476e59d6
3 changed files with 0 additions and 12 deletions

View file

@ -13,10 +13,6 @@ RUN go mod download
# Copy the source code into the container
COPY . .
# Always download the latest version of the framework
RUN go get github.com/maddalax/htmgo/framework@latest
RUN go mod tidy
# Build the Go binary for Linux
RUN CGO_ENABLED=0 GOPRIVATE=github.com/maddalax LOG_LEVEL=debug go run github.com/maddalax/htmgo/cli/htmgo@latest build

View file

@ -18,10 +18,6 @@ RUN go mod download
# Copy the source code into the container
COPY . .
# Always download the latest version of the framework
RUN GOPRIVATE=github.com/maddalax GOPROXY=direct go get github.com/maddalax/htmgo/framework@latest
RUN go mod tidy
RUN npm install
# Build the Go binary for Linux

View file

@ -17,10 +17,6 @@ RUN go mod download
# Copy the source code into the container
COPY . .
# Always download the latest version of the framework
RUN go get github.com/maddalax/htmgo/framework@latest
RUN go mod tidy
# Build the Go binary for Linux
RUN GOPRIVATE=github.com/maddalax GOPROXY=direct go run github.com/maddalax/htmgo/cli/htmgo@latest build