BinaryONe commited on
Commit
362dd81
·
1 Parent(s): a37cb11
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,8 +8,8 @@ LABEL maintainer="your-email@example.com"
8
  ARG DEBIAN_FRONTEND=noninteractive
9
 
10
  RUN useradd -rm -d /home/ubuntu -s /bin/bash -g root -G sudo -u 1000 ubuntu && \
11
- echo 'ubuntu:ubuntu' | chpasswd && \
12
  echo 'root:password' | chpasswd
 
13
 
14
  # Copy the application code to the container
15
  COPY . /app
 
8
  ARG DEBIAN_FRONTEND=noninteractive
9
 
10
  RUN useradd -rm -d /home/ubuntu -s /bin/bash -g root -G sudo -u 1000 ubuntu && \
 
11
  echo 'root:password' | chpasswd
12
+ # echo 'ubuntu:ubuntu' | chpasswd && \
13
 
14
  # Copy the application code to the container
15
  COPY . /app