Skip to content

Commit

Permalink
Refrain from reusing cached image layers when building image
Browse files Browse the repository at this point in the history
  • Loading branch information
eecavanna committed Dec 5, 2024
1 parent 3b4b9dc commit 6a7dba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/workflow_docs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This Dockerfile can be used to build a container image that serves a built version of the combined workflow docs.
# To build: $ docker build --progress=plain --tag workflow-docs --file Dockerfile .
# To build: $ docker build --progress=plain --no-cache --tag workflow-docs --file Dockerfile .
# To run: $ docker run --name workflow-docs -p 8000:8000 workflow-docs

# Base this container image upon the official Python container image.
Expand Down

0 comments on commit 6a7dba2

Please sign in to comment.