Skip to content

Commit

Permalink
Revert "Disable copying over of apis and controllers folders"
Browse files Browse the repository at this point in the history
This was done in #3 so that the Docker image was built, even without
any APIs or controllers present.
  • Loading branch information
annismckenzie committed Jan 3, 2021
1 parent 16a54e4 commit 246594d
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
Expand Up @@ -16,8 +16,8 @@ RUN go mod download

# Copy the go source
COPY main.go main.go
# COPY apis/ apis/
# COPY controllers/ controllers/
COPY apis/ apis/
COPY controllers/ controllers/

# Build
ENV CGO_ENABLED=0
Expand Down

0 comments on commit 246594d

Please sign in to comment.