Spaces:
Running
Running
gordon-posit
commited on
Commit
·
c440086
1
Parent(s):
611037c
Change port
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -19,6 +19,6 @@ RUN quarto render .
|
|
19 |
FROM httpd:alpine
|
20 |
|
21 |
# Configure Apache to listen on port 8080
|
22 |
-
RUN sed -i 's/Listen 80/Listen
|
23 |
COPY --from=builder /app/_site/ /usr/local/apache2/htdocs/
|
24 |
-
EXPOSE
|
|
|
19 |
FROM httpd:alpine
|
20 |
|
21 |
# Configure Apache to listen on port 8080
|
22 |
+
RUN sed -i 's/Listen 80/Listen 7860/' /usr/local/apache2/conf/httpd.conf
|
23 |
COPY --from=builder /app/_site/ /usr/local/apache2/htdocs/
|
24 |
+
EXPOSE 7860
|