Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -66,5 +66,6 @@ EXPOSE ${PORT:-7860}
|
|
| 66 |
# Entrypoint
|
| 67 |
ENTRYPOINT ["/usr/local/bin/space-entrypoint"]
|
| 68 |
|
|
|
|
| 69 |
# Default command (Apache)
|
| 70 |
CMD ["apache2-foreground"]
|
|
|
|
| 66 |
# Entrypoint
|
| 67 |
ENTRYPOINT ["/usr/local/bin/space-entrypoint"]
|
| 68 |
|
| 69 |
+
|
| 70 |
# Default command (Apache)
|
| 71 |
CMD ["apache2-foreground"]
|