first commit
Browse files- 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
|
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
|