Spaces:
Runtime error
Runtime error
Commit
·
7bfcb1f
1
Parent(s):
174b273
fix port
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -8,6 +8,7 @@ USER user
|
|
| 8 |
# Set home to the user's home directory
|
| 9 |
ENV HOME=/home/user \
|
| 10 |
PATH=/home/user/.local/bin:$PATH
|
|
|
|
| 11 |
WORKDIR $HOME/app
|
| 12 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
| 13 |
COPY --chown=user . $HOME/app
|
|
|
|
| 8 |
# Set home to the user's home directory
|
| 9 |
ENV HOME=/home/user \
|
| 10 |
PATH=/home/user/.local/bin:$PATH
|
| 11 |
+
PORT=7860
|
| 12 |
WORKDIR $HOME/app
|
| 13 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
| 14 |
COPY --chown=user . $HOME/app
|