marks
commited on
Commit
·
b95827e
1
Parent(s):
37bed65
Expose port
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -57,6 +57,6 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
57 |
# Copy application code
|
58 |
COPY . .
|
59 |
|
60 |
-
|
61 |
# Start the realtime.py script
|
62 |
CMD ["python", "interface.py"]
|
|
|
57 |
# Copy application code
|
58 |
COPY . .
|
59 |
|
60 |
+
EXPOSE 7863
|
61 |
# Start the realtime.py script
|
62 |
CMD ["python", "interface.py"]
|