We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c63328 commit c6243f2Copy full SHA for c6243f2
1 file changed
docker-continuous-integration/web/Dockerfile
@@ -43,8 +43,7 @@ ENV PATH="$VIRTUALENV/bin:$PATH"
43
COPY --from=builder /home/realpython/dist/page_tracker*.whl /home/realpython
44
45
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
+ python -m pip install --no-cache-dir page_tracker*.whl
48
49
CMD ["flask", "--app", "page_tracker.app", "run", \
50
- "--host", "0.0.0.0", "--port", "5000"]
+ "--host", "0.0.0.0", "--port", "5000"]
0 commit comments