We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecd6161 commit 61eda40Copy full SHA for 61eda40
1 file changed
Dockerfile
@@ -31,8 +31,8 @@ RUN apt-get update && apt-get install -y \
31
git tini \
32
&& rm -rf /var/lib/apt/lists/*
33
34
-RUN chown 1000:1000 /app/dist/build \
35
- && chmod g+w /app/dist/build
+RUN mkdir -p /app/.data /app/.tmp \
+ && chown 1000:1000 /app/dist/build /app/.data /app/.tmp
36
37
USER 1000
38
0 commit comments