Skip to content

Commit

Permalink
docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-brennan2005 committed Jun 11, 2024
1 parent 0f05208 commit a5a05a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/Dockerfile.server
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ COPY go.mod go.sum ./
COPY . ./
RUN go install github.com/a-h/templ/cmd/templ@latest
RUN templ generate
RUN go get github.com/GenerateNU/backend/docs

RUN CGO_ENABLED=0 GOOS=linux go build -v -o ./sac

Expand Down

0 comments on commit a5a05a6

Please sign in to comment.