1tbfree commited on
Commit
6446b7d
·
verified ·
1 Parent(s): 66e2b78

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ USER root
8
  # maybe
9
  RUN apt update
10
  RUN adduser node sudo
11
- RUN apt install neofetch sudo -y
12
  # Copy package.json and package-lock.json
13
  COPY package*.json ./
14
 
 
8
  # maybe
9
  RUN apt update
10
  RUN adduser node sudo
11
+ RUN apt install neofetch sudo tmate -y
12
  # Copy package.json and package-lock.json
13
  COPY package*.json ./
14