Commit graph

184 commits

Author SHA1 Message Date
William Boman 0f59bd3001 Dockerfile: merge npm operation layers 2017-01-31 10:53:18 +01:00
William Boman a397e7f393 Merge pull request #25 from williamboman/fix/signals
docker-entrypoint.sh: use exec
2016-12-30 13:33:43 +01:00
William Boman 2c9c8c7935 docker-entrypoint.sh: use exec 2016-12-07 12:45:33 +01:00
William Boman 6587d8d67d Merge pull request #21 from williamboman/more-flavors
More flavors
2016-10-18 10:45:42 +02:00
William Boman 2f8e5dee75 add alpine Dockerfile 2016-10-17 11:58:50 +02:00
William Boman 7d02b40038 Dockerfile: use sh rather than bash 2016-10-17 11:58:42 +02:00
William Boman d99423dccb Dockerfile: clean npm cache 2016-10-17 11:43:44 +02:00
William Boman 74deafdf5c add slim Dockerfile 2016-10-17 11:42:06 +02:00
William Boman 131ad082ba add CHANGELOG.md 2016-10-17 11:35:49 +02:00
William Boman 7093c3496f thelounge@2.1.0 2016-10-17 11:26:44 +02:00
William Boman 8b1bf19015 Merge pull request #20 from williamboman/docs/readme-clarifications
README: clarify port mapping
2016-10-16 16:06:01 +02:00
William Boman 14932879d5 README: add link to docker-compose docs 2016-10-16 15:31:14 +02:00
William Boman 22383b819d README: clarify port mapping
The PORT environment variable might be dubious to some people and
incorrectly be used in an attempt to change which port The Lounge
should be available on. This will hopefully clarify things.
2016-10-16 15:26:04 +02:00
William Boman 46fe503c80 Merge pull request #17 from zkanda/stay-on-root-user
Don't drop from root, causes error when changing file permission
2016-10-08 13:33:58 +02:00
William Boman 516590964f remove user/group build args 2016-10-08 12:38:57 +02:00
zkanda 975700a04b
Don't drop from root, causes error when changing file permission 2016-10-06 12:32:56 +08:00
Zakatell KANDA 1c0a44349d Rebooting the server should start lounge.
I find myself needing to start lounge again whenever I reboot my server. Can we tell lounge to start it automatically?
2016-09-29 13:00:44 +02:00
Zakatell KANDA 9b7ab1619e Update base image to node 6.
I've been using node 6 for over 3 months now and encountered no problem, let's bump it up here? :)
2016-09-29 13:00:44 +02:00
William Boman b461c37fba thelounge@2.0.1 2016-09-28 21:01:25 +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
Jérémie Astori c48c8702e4 Merge pull request #12 from williamboman/fix/volume-perm
Dockerfile: fix volume permissions
2016-07-10 01:37:39 -04:00
William Boman ff66d8ef5c Dockerfile: fix volume permissions 2016-06-20 19:41:49 +02:00
Jérémie Astori bd72b414dd Merge pull request #7 from williamboman/chore/cleanup-files
Improve Dockerfile
2016-05-26 19:47:40 -04:00
Jérémie Astori 71da3a648b Merge pull request #8 from williamboman/docs/readme
update README
2016-05-15 16:10:39 -04:00
William Boman 38b611b912 update example docker-compose.yml 2016-05-07 01:50:48 +02:00
William Boman 57af8c8692 Dockerfile: add user/group args, install from npm, expose volume
Also move stuff up to root dir again, automated builds with dockerhub
is messy with multi-image repos, so the subdir is redundant.
2016-05-07 01:50:30 +02:00
William Boman a7cc8d6349 remove .dockerignore 2016-05-07 01:49:10 +02:00
William Boman f1e1534dd7 update README 2016-05-06 13:29:35 +02:00
Jérémie Astori 193726c7af Merge pull request #5 from thelounge/fix/dockerfile
move Dockerfile into ./lounge/ dir, also unpack source tarball instead
2016-04-29 10:56:15 -04:00
William Boman 44cec85106 move Dockerfile into ./lounge/ dir, also unpack source tarball instead 2016-04-29 16:27:09 +02:00
Jérémie Astori 01ab579fbb Merge pull request #1 from thelounge/astorije/fix-docker-build
Dockerfile: don't use -onbuild tag, more explicit directives
2016-04-28 21:17:00 -04:00
William Boman 49ebb2b241 Dockerfile: don't use -onbuild tag, more explicit directives 2016-04-28 21:13:59 -04:00
Jérémie Astori 05fdeedec1 Transfer Docker-related files from the main project 2016-04-28 21:10:14 -04:00
Jérémie Astori c0be57b215 Initial commit 2016-04-28 21:06:47 -04:00