Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -4,8 +4,8 @@ FROM node:12-alpine
|
|
4 |
# Set the working directory inside the container
|
5 |
WORKDIR /app
|
6 |
|
7 |
-
# Install web-terminal globally
|
8 |
-
RUN npm install -g web-terminal
|
9 |
|
10 |
# Expose the port on which web-terminal will run
|
11 |
EXPOSE 8088
|
|
|
4 |
# Set the working directory inside the container
|
5 |
WORKDIR /app
|
6 |
|
7 |
+
# Install an older version of commander and web-terminal globally
|
8 |
+
RUN npm install -g [email protected] web-terminal
|
9 |
|
10 |
# Expose the port on which web-terminal will run
|
11 |
EXPOSE 8088
|