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