Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
- chore: fix GitHub Action's working directory as SentryFlow
- chore: update Dockerfile for SentryFlow accordingly
  • Loading branch information
isu-kim committed Feb 27, 2024
1 parent 0d68c40 commit 0c47508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SentryFlow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN go mod tidy
RUN make build

WORKDIR /app
COPY /sentryflow .
COPY /SentryFlow .

RUN go mod tidy
RUN export CGO_ENABLED=1; export CC=gcc;
Expand Down

0 comments on commit 0c47508

Please sign in to comment.