Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FairCoin.Co
pulse.faircoin.co
Commits
99152b6c
Commit
99152b6c
authored
Jun 24, 2020
by
TonyFord
Browse files
ts
parent
29dcede1
Pipeline
#927
canceled with stage
in 1 minute and 51 seconds
Changes
2
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
99152b6c
...
...
@@ -114,8 +114,8 @@ RUN gem install jekyll -v$JEKYLL_VERSION -- \
RUN
bundle
install
# --
RUN
addgroup
-Sg
1000
jekyll
RUN
adduser
-Su
1000
-G
\
RUN
addgroup
-Sg
998
jekyll
RUN
adduser
-Su
999
-G
\
jekyll jekyll
# --
...
...
Dockerfile_faircoin
View file @
99152b6c
...
...
@@ -35,7 +35,8 @@ RUN rm -rf /var/lib/apt/lists/* && \
#####################################################################################root##
### create and run user account to image ##################################################
RUN useradd --create-home --shell /bin/bash faircoin
RUN groupadd -g 998 faircoin
RUN useradd --create-home --shell /bin/bash faircoin --uid 999 --gid 998
USER faircoin
#################################################################################faircoin##
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment