BarBar288 commited on
Commit
9d114f9
·
verified ·
1 Parent(s): e41ba5d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,7 +14,7 @@ RUN pip install --no-cache-dir -r requirements.txt
14
  ARG ACC_TOKEN
15
  ENV AccToken=${ACC_TOKEN}
16
 
17
- # Expose the port the app runs on (if necessary)
18
  EXPOSE 7860
19
 
20
  # Define the command to run the application
 
14
  ARG ACC_TOKEN
15
  ENV AccToken=${ACC_TOKEN}
16
 
17
+ # Expose the port the app runs on
18
  EXPOSE 7860
19
 
20
  # Define the command to run the application