modify port in dockerfile

main
Lee Hanken 2022-12-02 14:44:32 +00:00
parent c0d48a282c
commit 0f27a3a5e4
1 changed files with 1 additions and 0 deletions

View File

@ -9,3 +9,4 @@ COPY html_table_to_markdown.js /var/www
COPY url_to_markdown_apple_dev_docs.js /var/www
COPY url_to_markdown_common_filters.js /var/www
COPY index.js /var/www/
ENV PORT=1337