Skip to content

Commit

Permalink
docs: πŸ“ Make section header clearer about what's being done.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrew82 committed Mar 4, 2024
1 parent d0d6773 commit 2645543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environments/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN cd /source && \
poetry export --without-hashes -o /tmp/dist/requirements.txt

# -------------------------------------------------------------------------------------
# Install all included plugins
# Build Apps in plugins folder
# -------------------------------------------------------------------------------------
RUN for plugin in /source/plugins/*; do \
cd $plugin && \
Expand Down

0 comments on commit 2645543

Please sign in to comment.