Skip to content

Commit

Permalink
fix: dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarow committed Jan 3, 2024
1 parent e0c25a3 commit 241efd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ RUN go mod download

COPY main.go .
COPY internal/ internal/
COPY templates/ templates/
COPY static/ static/

RUN CGO_ENABLED=0 go build

Expand Down

0 comments on commit 241efd5

Please sign in to comment.