clone3 commited on
Commit
8ac92c7
1 Parent(s): c6a6406

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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