ykxVK8yL5L commited on
Commit
1a5be70
·
verified ·
1 Parent(s): 9e76d6c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -4
Dockerfile CHANGED
@@ -100,11 +100,11 @@ COPY --from=builder /tmp/build/node_modules/. /ql/node_modules/
100
  WORKDIR ${QL_DIR}
101
 
102
 
103
- # # Set up a new user named "user" with user ID 1000
104
- # RUN useradd -m -u 1000 user
105
 
106
- # # Switch to the "user" user
107
- # USER user
108
 
109
 
110
  HEALTHCHECK --interval=5s --timeout=2s --retries=20 \
 
100
  WORKDIR ${QL_DIR}
101
 
102
 
103
+ # Set up a new user named "user" with user ID 1000
104
+ RUN useradd -m -u 1000 user
105
 
106
+ # Switch to the "user" user
107
+ USER user
108
 
109
 
110
  HEALTHCHECK --interval=5s --timeout=2s --retries=20 \