Skip to content

Commit 565e44a

Browse files
committed
Change user in Dockerfile
1 parent 047b1a9 commit 565e44a

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

.gitignore

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Files produced by bad patch & diff runs
2+
*~*~
3+
*.rej
4+
*.diff
5+
*.orig
6+
interdiff*.txt
7+
8+
# IDE artifacts
9+
*~
10+
\#*\#
11+
*.swp
12+
.DS*
13+
._.DS*
14+
.project
15+
.idea
16+
.vscode
17+
.history

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,3 @@ RUN \
3333
. $HOME/.profile && \
3434
# Install node packages
3535
npm install -g [email protected] pa11y@5 pa11y-ci@2
36-
37-
# IMPORTANT! Switching back to the root user as the last instruction.
38-
USER root

0 commit comments

Comments
 (0)