diff --git a/node/apko.yaml b/node/apko.yaml index e306898..913a1a6 100644 --- a/node/apko.yaml +++ b/node/apko.yaml @@ -8,22 +8,10 @@ contents: - nodejs-current - npm -accounts: - groups: - - groupname: node - gid: 65532 - users: - - username: node - uid: 65532 - gid: 65532 - run-as: 65532 - paths: - path: /app type: directory permissions: 0o777 - uid: 65532 - gid: 65532 work-dir: /app