Stupid windows
This commit is contained in:
@@ -10,7 +10,7 @@ RUN mkdir /app
|
||||
ADD . /app
|
||||
WORKDIR /app
|
||||
|
||||
RUN go build -ldflags="-w -s" -o server
|
||||
RUN go build -ldflags="-w -s" -o server
|
||||
|
||||
FROM alpine:latest AS production
|
||||
COPY --from=builder /app .
|
||||
|
||||
Reference in New Issue
Block a user