container settings
This commit is contained in:
@@ -87,7 +87,7 @@ let
|
|||||||
image = pkgs.dockerTools.streamLayeredImage {
|
image = pkgs.dockerTools.streamLayeredImage {
|
||||||
name = "etherpad";
|
name = "etherpad";
|
||||||
tag = pkgs.etherpad-lite.version;
|
tag = pkgs.etherpad-lite.version;
|
||||||
contents = with pkgs;[cacert tzdata bash coreutils curl etherpadSettings ];
|
contents = with pkgs;[cacert tzdata bash coreutils curl settings ];
|
||||||
fakeRootCommands = ''
|
fakeRootCommands = ''
|
||||||
mkdir -p ./var/lib/etherpad
|
mkdir -p ./var/lib/etherpad
|
||||||
chown -R 1000:1000 ./var/lib/etherpad
|
chown -R 1000:1000 ./var/lib/etherpad
|
||||||
|
|||||||
Reference in New Issue
Block a user