Spaces:
Sleeping
Sleeping
Commit
·
e522706
1
Parent(s):
27cace4
Update Dockerfile
Browse files- Dockerfile +2 -4
Dockerfile
CHANGED
|
@@ -24,9 +24,7 @@ USER user
|
|
| 24 |
# Set the working directory to the user's home directory
|
| 25 |
WORKDIR $HOME/app
|
| 26 |
|
| 27 |
-
RUN
|
| 28 |
-
|
| 29 |
-
WORKDIR $HOME/d
|
| 30 |
|
| 31 |
# Clone your git repository (replace YOUR_GIT_REPO_URL with your actual repo URL)
|
| 32 |
RUN git clone https://github.com/johnpaulbin/bongo .
|
|
@@ -39,7 +37,7 @@ RUN git clone https://github.com/johnpaulbin/bongo .
|
|
| 39 |
# Remove the src directory if not needed
|
| 40 |
# RUN rm -rf src
|
| 41 |
|
| 42 |
-
WORKDIR $HOME/app/
|
| 43 |
|
| 44 |
# Set an environment variable for the port
|
| 45 |
ENV PORT 7860
|
|
|
|
| 24 |
# Set the working directory to the user's home directory
|
| 25 |
WORKDIR $HOME/app
|
| 26 |
|
| 27 |
+
RUN rm -rf ./bongo/
|
|
|
|
|
|
|
| 28 |
|
| 29 |
# Clone your git repository (replace YOUR_GIT_REPO_URL with your actual repo URL)
|
| 30 |
RUN git clone https://github.com/johnpaulbin/bongo .
|
|
|
|
| 37 |
# Remove the src directory if not needed
|
| 38 |
# RUN rm -rf src
|
| 39 |
|
| 40 |
+
WORKDIR $HOME/app/bongo
|
| 41 |
|
| 42 |
# Set an environment variable for the port
|
| 43 |
ENV PORT 7860
|