mfoud444 commited on
Commit
c1b48d6
·
1 Parent(s): 0698164

first commit

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -10,8 +10,8 @@ RUN mkdir -p /app/har_and_cookies /app/generated_images
10
  # Set volume mount points
11
  VOLUME ["/app/har_and_cookies", "/app/generated_images"]
12
 
13
- # Expose the specified ports
14
- EXPOSE 7860 8080 1337 7900
15
 
16
  # Increase shared memory size
17
  # Note: The actual shm-size is set at runtime with --shm-size flag
 
10
  # Set volume mount points
11
  VOLUME ["/app/har_and_cookies", "/app/generated_images"]
12
 
13
+ # Expose the specified ports 8080 1337 7900
14
+ EXPOSE 7860
15
 
16
  # Increase shared memory size
17
  # Note: The actual shm-size is set at runtime with --shm-size flag