Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Commit

Permalink
Add Dockerfile for building a Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
k7hpn authored and Bios-Marcel committed Aug 22, 2020
1 parent 06de47a commit 12677f5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
FROM golang:latest

WORKDIR /go/src/cordless

COPY . ./

RUN go build .

VOLUME ["/root/.config/cordless"]

ENTRYPOINT ["/go/src/cordless/cordless"]

0 comments on commit 12677f5

Please sign in to comment.