Skip to content

Commit

Permalink
Fix tmp permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaczero committed Apr 10, 2024
1 parent 7606153 commit d56872d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ with pkgs; dockerTools.buildLayeredImage {
fakeRootCommands = ''
set -e
${dockerTools.shadowSetup}
chmod 0777 tmp
groupadd --system -g 999 docker
useradd --system --no-create-home -u 999 -g 999 docker
chown -R docker:docker app
Expand Down

0 comments on commit d56872d

Please sign in to comment.