Mikki01 commited on
Commit
3d588a4
·
verified ·
1 Parent(s): 27474f5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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