Skip to content

Commit

Permalink
fix: fix the docker build failing
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjirku committed Apr 26, 2024
1 parent 3feff16 commit b214caf
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
Expand Up @@ -31,7 +31,7 @@ FROM golang:1.22.0 as be-builder
RUN go install github.com/a-h/templ/cmd/templ@latest

COPY . /app
COPY --from=fe-build /app/dist /app/dist
COPY --from=node-base /app/dist /app/dist
WORKDIR /app

RUN templ generate
Expand Down

0 comments on commit b214caf

Please sign in to comment.