There was an error while loading. Please reload this page.
1 parent 8219de4 commit e763173Copy full SHA for e763173
1 file changed
Dockerfile
@@ -70,11 +70,11 @@ set -e
70
bundle install
71
72
# Create a non-root user and transfer ownership
73
-useradd --no-create-home --shell /bin/bash jekyll
+useradd --no-create-home --uid 1000 --shell /bin/bash jekyll
74
chown -R jekyll:jekyll /app
75
_SETUP
76
77
-USER jekyll
+USER 1000
78
79
# Expose the port that Jekyll will run on
80
EXPOSE 4000
0 commit comments