Skip to content

Commit ce81230

Browse files
author
Matthew Fisher
committed
ref(*): move ADD command to bottom
This effectively lets us cache the VOLUME, WORKDIR, EXPOSE, etc. entries whenever we make changes to the components, speeding up local development compilation.
1 parent af2484e commit ce81230

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)