Skip to content

Commit 966f1c8

Browse files
committed
fix(dockerfile): expose port 8080
1 parent d33b319 commit 966f1c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ COPY --from=builder /flare-ai-core/README.md .
1818
LABEL "tee.launch_policy.allow_env_override"="GEMINI_API_KEY,GEMINI_MODEL,WEB3_PROVIDER_URL,WEB3_EXPLORER_URL,SIMULATE_ATTESTATION"
1919
LABEL "tee.launch_policy.log_redirect"="always"
2020

21-
EXPOSE 8000
21+
EXPOSE 8080
2222

2323
# Define the entrypoint
2424
ENTRYPOINT ["uv", "run", "start-backend"]

0 commit comments

Comments
 (0)