Skip to content

Commit

Permalink
Fix BE CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lynnetteeee committed Nov 7, 2024
1 parent 589b7be commit 292326a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion peer-prep-be/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ WORKDIR /root/
# Copy the Go binary from the first stage
COPY --from=builder /app/test_run .

COPY .env .
# Uncomment when deploying question service. Comment back before any commit.
# COPY .env .

ENV PORT=8080

Expand Down

0 comments on commit 292326a

Please sign in to comment.