Remove unused tests from dockerfile
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
db465a882a
commit
64c947f1a1
@ -8,7 +8,7 @@ COPY go.mod go.sum ./
|
|||||||
RUN go mod download
|
RUN go mod download
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN go test -v ./... && go build -ldflags="-w -s" -o build
|
RUN go build -ldflags="-w -s" -o build
|
||||||
|
|
||||||
# === RUN STAGE === #
|
# === RUN STAGE === #
|
||||||
FROM registry.odit.services/hub/library/alpine:3.16 as run
|
FROM registry.odit.services/hub/library/alpine:3.16 as run
|
||||||
|
Loading…
x
Reference in New Issue
Block a user