Skip to content

Commit

Permalink
Replace ENTRYPOINT /…/bash with CMD /…/bash -li
Browse files Browse the repository at this point in the history
This should make scripting tests easier
  • Loading branch information
eliminmax committed Apr 22, 2024
1 parent 6b6ee89 commit 0e3c814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ RUN chown -R colortester:colortester /home/colortester

USER colortester

ENTRYPOINT /usr/bin/bash
CMD /usr/bin/bash -li

0 comments on commit 0e3c814

Please sign in to comment.