NIKHTU03 commited on
Commit
e1e2ea2
·
verified ·
1 Parent(s): 768b3a2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -24,8 +24,8 @@ ENV HOME=/home/user
24
  ENV ABV_DATA_DIR=/home/user/.antigravity_tools
25
  ENV ABV_DIST_PATH=/app/dist
26
  ENV RUST_LOG=info
27
- ENV PORT=7860
28
 
29
- EXPOSE 7860
30
 
31
- ENTRYPOINT ["/app/entrypoint.sh"]
 
24
  ENV ABV_DATA_DIR=/home/user/.antigravity_tools
25
  ENV ABV_DIST_PATH=/app/dist
26
  ENV RUST_LOG=info
27
+ ENV PORT=8045
28
 
29
+ EXPOSE 8045
30
 
31
+ ENTRYPOINT ["/app/entrypoint.sh"]