Damien Benveniste commited on
Commit
0b3552f
·
1 Parent(s): 81d6e3d
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -24,5 +24,7 @@ USER user
24
  # Set the PATH for the non-root user
25
  ENV PATH="/home/user/.local/bin:$PATH"
26
 
 
 
27
  # Set the entrypoint
28
  ENTRYPOINT ["/app/entrypoint.sh"]
 
24
  # Set the PATH for the non-root user
25
  ENV PATH="/home/user/.local/bin:$PATH"
26
 
27
+ EXPOSE 8000
28
+
29
  # Set the entrypoint
30
  ENTRYPOINT ["/app/entrypoint.sh"]