Skip to content

Commit

Permalink
Fix copying mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Sep 11, 2022
1 parent 0cf8c36 commit ffeedbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM golang:1-alpine AS builder

RUN apk add --no-cache ca-certificates
WORKDIR /build/lwnfeed
COPY . /build/lwnfeed
WORKDIR /build/mauliasproxy
COPY . /build/mauliasproxy
ENV CGO_ENABLED=0
RUN go build -o /usr/bin/mauliasproxy

Expand Down

0 comments on commit ffeedbf

Please sign in to comment.