Update Dockerfile
Browse files- 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 |
|