Removed setting the user as root in Dockerfile as that should be default anyway
Build foundry vtt docker image and push to registry / docker (push) Successful in 23s
Build foundry vtt docker image and push to registry / docker (push) Successful in 23s
This commit is contained in:
@@ -2,7 +2,6 @@ FROM node:20-alpine
|
||||
LABEL maintainer="crovaxon"
|
||||
|
||||
WORKDIR /app
|
||||
USER root
|
||||
|
||||
# user and group id are typical defaults for UNRAID
|
||||
ENV PUID=99
|
||||
|
||||
Reference in New Issue
Block a user