Skip to content

Commit c6243f2

Browse files
authored
Final QA updates (#386)
1 parent 6c63328 commit c6243f2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docker-continuous-integration/web/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ ENV PATH="$VIRTUALENV/bin:$PATH"
4343
COPY --from=builder /home/realpython/dist/page_tracker*.whl /home/realpython
4444

4545
RUN python -m pip install --upgrade pip setuptools && \
46-
python -m pip install --no-cache-dir page_tracker*.whl && \
47-
rm -rf page_tracker*.whl
46+
python -m pip install --no-cache-dir page_tracker*.whl
4847

4948
CMD ["flask", "--app", "page_tracker.app", "run", \
50-
"--host", "0.0.0.0", "--port", "5000"]
49+
"--host", "0.0.0.0", "--port", "5000"]

0 commit comments

Comments
 (0)