Skip to content

Commit dfd8af2

Browse files
authored
Merge pull request #11 from approvers/fix-dockerfile
Remove template.html from Docker image
2 parents 12354a5 + de334e1 commit dfd8af2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ FROM golang
1515
RUN mkdir /src
1616
WORKDIR /src
1717

18-
COPY main.go go.mod go.sum template.html ./
18+
COPY main.go go.mod go.sum ./
1919
COPY --from=frontend /src/node_modules ./
2020

2121
RUN cd /src && go build -o main && rm main.go go.mod go.sum

0 commit comments

Comments
 (0)