Skip to content

Commit

Permalink
Update clients/ui/bff/Dockerfile
Browse files Browse the repository at this point in the history
Co-authored-by: Griffin Sullivan <[email protected]>
Signed-off-by: Eder Ignatowicz <[email protected]>
  • Loading branch information
ederign and Griffin-Sullivan authored Jan 13, 2025
1 parent 411de42 commit 83169cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/ui/bff/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ COPY cmd/main.go cmd/main.go
COPY internal/ internal/

# Copy the static assets
COPY static/ static/
COPY $STATIC_ASSETS_DIR static/

# Build the Go application
RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o bff ./cmd/main.go
Expand Down

0 comments on commit 83169cd

Please sign in to comment.