added USER root to Dockerfile
Build foundry vtt docker image and push to registry / docker (push) Failing after 17s

This commit is contained in:
2024-06-17 12:05:36 +02:00
parent f41353f2cc
commit 07fa9593d6
+1
View File
@@ -2,6 +2,7 @@ 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