Skip to content

Commit

Permalink
Ensure static builds convert sidekick run to passthru (#786)
Browse files Browse the repository at this point in the history
  • Loading branch information
andytson-inviqa authored Aug 21, 2023
1 parent 7fc9e4e commit ae263e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_base/docker/image/console/Dockerfile.twig
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ RUN composer --no-plugins global remove hirak/prestissimo
{% if @('app.build') == 'static' %}
COPY --chown=build:build .my127ws/application /home/build/application
COPY --chown=build:build ./ /app
RUN app build
RUN SIDEKICK_VERBOSE=yes app build
{% else %}
VOLUME /app
VOLUME /home/build/application
Expand Down

0 comments on commit ae263e4

Please sign in to comment.