Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -6,6 +6,7 @@ COPY --link --chown=1000 ./ /usr/src/app
|
|
| 6 |
|
| 7 |
COPY . .
|
| 8 |
|
|
|
|
| 9 |
# Clone the GitHub repository
|
| 10 |
RUN git clone https://github.com/Graylab/DFMDock.git
|
| 11 |
|
|
|
|
| 6 |
|
| 7 |
COPY . .
|
| 8 |
|
| 9 |
+
|
| 10 |
# Clone the GitHub repository
|
| 11 |
RUN git clone https://github.com/Graylab/DFMDock.git
|
| 12 |
|