mrm8488 commited on
Commit
eea4db8
1 Parent(s): dadb4d7

Change port

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -3,12 +3,12 @@ FROM node:16-slim
3
 
4
  RUN apt update && apt upgrade -y && apt install git -y && apt autoremove -y
5
 
6
- RUN git clone https://github.com/llSourcell/Tesla-Simulator.git
7
 
8
  WORKDIR /Tesla-Simulator
9
 
10
  RUN npm i --force
11
 
12
- EXPOSE 8080
13
 
14
  CMD [ "npm", "start" ]
 
3
 
4
  RUN apt update && apt upgrade -y && apt install git -y && apt autoremove -y
5
 
6
+ RUN git clone https://github.com/mrm8488/Tesla-Simulator.git
7
 
8
  WORKDIR /Tesla-Simulator
9
 
10
  RUN npm i --force
11
 
12
+ EXPOSE 7860
13
 
14
  CMD [ "npm", "start" ]