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