Skip to content

Commit

Permalink
fix dockerfile building
Browse files Browse the repository at this point in the history
  • Loading branch information
BeryJu committed Aug 8, 2021
1 parent c1743cc commit 6c09f39
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
# Build application
FROM golang:1.17rc2 AS builder

COPY . /go/src/github.com/BeryJu/acme-for-appliances

RUN cd /go/src/github.com/BeryJu/acme-for-appliances && \
go build -v -o /go/bin/acme-for-appliances

# Final container
FROM debian

COPY acme-for-appliances /
Expand Down

0 comments on commit 6c09f39

Please sign in to comment.