mirror of
https://git.numenor-labs.us/dsfx.git
synced 2025-04-29 08:10:34 +00:00
refactor(docker): remove docker option
This commit is contained in:
parent
d6cf91916f
commit
203d8a6393
15
Dockerfile
15
Dockerfile
@ -1,15 +0,0 @@
|
|||||||
FROM golang:1.24 AS builder
|
|
||||||
|
|
||||||
WORKDIR /app
|
|
||||||
|
|
||||||
COPY . .
|
|
||||||
|
|
||||||
RUN GOOS=linux CGO_ENABLED=0 go build -o /app/dsfx ./cmd/dsfx
|
|
||||||
|
|
||||||
FROM scratch
|
|
||||||
|
|
||||||
COPY --from=builder /app/dsfx /app/dsfx
|
|
||||||
|
|
||||||
EXPOSE 8000
|
|
||||||
|
|
||||||
ENTRYPOINT ["/app/dsfx"]
|
|
Loading…
x
Reference in New Issue
Block a user