Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -6,7 +6,7 @@ WORKDIR /aatsan/my-App
|
|
| 6 |
|
| 7 |
# Clone the GitHub repository
|
| 8 |
RUN apt-get update && apt-get install -y git && \
|
| 9 |
-
git clone https://github.com/Emmraan/api-crud-ops.git . && \
|
| 10 |
rm -rf /var/lib/apt/lists/*
|
| 11 |
|
| 12 |
# Copy the repository content to the working directory
|
|
|
|
| 6 |
|
| 7 |
# Clone the GitHub repository
|
| 8 |
RUN apt-get update && apt-get install -y git && \
|
| 9 |
+
git clone https://github.com/Emmraan/api-crud-ops.git -b fronted-view . && \
|
| 10 |
rm -rf /var/lib/apt/lists/*
|
| 11 |
|
| 12 |
# Copy the repository content to the working directory
|