Skip to content

Commit

Permalink
Copy template to /template
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrizic committed Mar 2, 2024
1 parent 6e19806 commit a0e9167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM golang:1.22

COPY /template /
COPY /template /template
WORKDIR /app
COPY . /app
RUN go build .
Expand Down

0 comments on commit a0e9167

Please sign in to comment.