imseldrith commited on
Commit
67eeb3a
·
1 Parent(s): ee9a8d8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,4 +9,4 @@ RUN pip3 install -r requirements.txt
9
  ENV PORT=5500
10
  EXPOSE $PORT/tcp
11
 
12
- CMD ["python3", "/app/FreeGPT4_Server.py", "--cookie-file", "/cookies.json"]
 
9
  ENV PORT=5500
10
  EXPOSE $PORT/tcp
11
 
12
+ CMD ["python3", "/app/FreeGPT4_Server.py", "--cookie-file", "cookies.json"]