Spaces:
Runtime error
Runtime error
copy share_btn.py to docker container
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -44,7 +44,7 @@ RUN mkdir -p $HOME/app/hf-examples
|
|
44 |
|
45 |
# Copy the entire "hf-examples" folder and its contents from the same directory as the Dockerfile to the container directory
|
46 |
COPY hf-examples $HOME/app/hf-examples/
|
47 |
-
|
48 |
COPY app.py .
|
49 |
|
50 |
RUN find $HOME/app
|
|
|
44 |
|
45 |
# Copy the entire "hf-examples" folder and its contents from the same directory as the Dockerfile to the container directory
|
46 |
COPY hf-examples $HOME/app/hf-examples/
|
47 |
+
COPY share_btn.py .
|
48 |
COPY app.py .
|
49 |
|
50 |
RUN find $HOME/app
|