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

This commit is contained in:
2024-06-17 13:29:43 +02:00
parent 6089d5f87a
commit dff5f72aed
-1
View File
@@ -2,7 +2,6 @@ FROM node:20-alpine
LABEL maintainer="crovaxon" LABEL maintainer="crovaxon"
WORKDIR /app WORKDIR /app
USER root
# user and group id are typical defaults for UNRAID # user and group id are typical defaults for UNRAID
ENV PUID=99 ENV PUID=99