Spaces:
Runtime error
Runtime error
Commit
·
64e6b7b
1
Parent(s):
7bfcb1f
fix port
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -7,7 +7,7 @@ RUN useradd -m -u 1000 user
|
|
| 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 |
PORT=7860
|
| 12 |
WORKDIR $HOME/app
|
| 13 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
|
|
|
| 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 |
PORT=7860
|
| 12 |
WORKDIR $HOME/app
|
| 13 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|