Spaces:
Sleeping
Sleeping
Damien Benveniste
commited on
Commit
·
0b3552f
1
Parent(s):
81d6e3d
modified
Browse files- 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"]
|