Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -80,7 +80,7 @@ ENV PATH $HOME/.local/bin:$PATH
|
|
80 |
# Set the working directory to the user's home directory
|
81 |
# WORKDIR $HOME/app
|
82 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
83 |
-
COPY --chown=user . $HOME/app
|
84 |
|
85 |
EXPOSE 8501
|
86 |
CMD streamlit run app.py \
|
|
|
80 |
# Set the working directory to the user's home directory
|
81 |
# WORKDIR $HOME/app
|
82 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
83 |
+
# COPY --chown=user . $HOME/app
|
84 |
|
85 |
EXPOSE 8501
|
86 |
CMD streamlit run app.py \
|