Skip to content

Commit 82da13c

Browse files
author
Matthew Fisher
committed
Merge pull request #1502 from deis/optimize-builder
ref(*): move ADD command to bottom
2 parents 635a860 + ce81230 commit 82da13c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ WORKDIR /app
3434
ADD requirements.txt /app/requirements.txt
3535
RUN pip install -r /app/requirements.txt
3636

37-
# clone the project into /app
3837
ADD . /app
3938

4039
# Create static resources

0 commit comments

Comments
 (0)