Commit graph

11 commits

Author SHA1 Message Date
Jeffrey Serio e4c4d3f9f0
Fix bug in conditional expression
Shellcheck complains that use of '-a' is not well-defined and recommends '&&', and also to separate each expression between '&&' with brackets.
2020-07-06 20:17:03 -05:00
William Boman 12b02918d6
thelounge@4.0.0 (#100) 2020-01-01 13:09:21 +01:00
William Boman 7f7d9d383f
drop from root in entrypoint script (#73) 2019-01-27 23:10:37 +01:00
William Boman 3536660d6f
use node v8, remove slim flavour, don't install text editors 2018-04-25 00:59:04 +02:00
William Boman 439c12b0a3 fix deprecations in preparation for 2.7.0 2018-01-29 12:42:54 +00:00
William Boman 5bf733d58a docker-entrypoint: fix comment about default command 2017-08-16 17:35:46 +02:00
William Boman 9ee669f491 Dockerfile: use start subcommand as default command 2017-03-13 23:00:47 +01:00
William Boman 68207070ec Dockerfile: use CMD directive to facilitate user-defined commands 2017-02-02 17:03:45 +01:00
William Boman 2c9c8c7935 docker-entrypoint.sh: use exec 2016-12-07 12:45:33 +01:00
William Boman 7d02b40038 Dockerfile: use sh rather than bash 2016-10-17 11:58:42 +02:00
William Boman 19e3a02659 add docker-entrypoint.sh script, make environment compatible with lounge@2.0 (#14)
* add docker-entrypoint.sh script, make environment compatible with lounge@2.0

* thelounge@2.0.0
2016-09-26 07:56:10 +02:00