Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -24,7 +24,7 @@ RUN . env/bin/activate && pip install --no-cache-dir -r requirements.txt
|
|
| 24 |
RUN chmod +x start-webserver.sh
|
| 25 |
|
| 26 |
# Expose port (default to 8000, adjust if the script specifies another port)
|
| 27 |
-
EXPOSE 8000
|
| 28 |
|
| 29 |
# Run the start-webserver.sh script
|
| 30 |
CMD ["./start-webserver.sh"]
|
|
|
|
| 24 |
RUN chmod +x start-webserver.sh
|
| 25 |
|
| 26 |
# Expose port (default to 8000, adjust if the script specifies another port)
|
| 27 |
+
#EXPOSE 8000
|
| 28 |
|
| 29 |
# Run the start-webserver.sh script
|
| 30 |
CMD ["./start-webserver.sh"]
|