Upto12forenglish commited on
Commit
aadabe4
1 Parent(s): dfbc746

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -4
Dockerfile CHANGED
@@ -16,8 +16,5 @@ ENV TRANSFORMERS_CACHE /app/cache
16
  # Set cache directory permissions
17
  RUN mkdir -p /app/cache && chmod 777 /app/cache
18
 
19
- # Make port 7860 available to the world outside this container
20
- EXPOSE 7860
21
-
22
  # Define the command to run your application
23
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
 
16
  # Set cache directory permissions
17
  RUN mkdir -p /app/cache && chmod 777 /app/cache
18
 
 
 
 
19
  # Define the command to run your application
20
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]