Skip to content

Commit

Permalink
fix: Add templates
Browse files Browse the repository at this point in the history
  • Loading branch information
NoUseFreak committed Aug 4, 2022
1 parent c127431 commit a3aaadf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ WORKDIR /workspace
COPY go.* .
RUN go mod download
COPY *.go .
COPY templates templates
RUN CGO_ENABLED=0 GOOS=linux go build -a -o /http-debug .


Expand Down

0 comments on commit a3aaadf

Please sign in to comment.