Skip to content

Commit

Permalink
Copy to github workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrizic committed Mar 2, 2024
1 parent 2cb16bf commit 3469083
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM golang:1.22

WORKDIR /github/workspace
COPY . /github/workspace
COPY template /github/workspace/template
WORKDIR /app
COPY . /app
RUN go build .
ENTRYPOINT ["/github/workspace/deployment-overview"]

0 comments on commit 3469083

Please sign in to comment.