circulartext commited on
Commit
694e2db
·
1 Parent(s): 7042621

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ COPY . /app
11
  RUN if id "user" >/dev/null 2>&1; then \
12
  echo "User 'user' already exists."; \
13
  else \
14
- useradd -m -u user; \
15
  fi
16
 
17
  # Set appropriate permissions for the application directory
 
11
  RUN if id "user" >/dev/null 2>&1; then \
12
  echo "User 'user' already exists."; \
13
  else \
14
+ useradd -m user; \
15
  fi
16
 
17
  # Set appropriate permissions for the application directory