Skip to content

Commit

Permalink
Fix dockerfile III
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-brennan2005 committed Jun 11, 2024
1 parent 0207510 commit b7306ac
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion backend/Dockerfile.server
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ 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/sac/backend/docs

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

Expand Down
1 change: 0 additions & 1 deletion backend/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import (
"github.com/GenerateNU/sac/backend/constants"
"github.com/GenerateNU/sac/backend/database"
"github.com/GenerateNU/sac/backend/database/store"
_ "github.com/GenerateNU/sac/backend/docs"
"github.com/GenerateNU/sac/backend/integrations"
"github.com/GenerateNU/sac/backend/integrations/email"
"github.com/GenerateNU/sac/backend/integrations/file"
Expand Down

0 comments on commit b7306ac

Please sign in to comment.