feat: Explicitly set port

This commit is contained in:
punkfairie 2024-11-10 18:27:41 -08:00
parent 86fa761191
commit 831bf71977
Signed by: punkfairie
GPG key ID: 01823C057725C266

View file

@ -16,4 +16,4 @@ COPY . .
# Run the app.
USER bun
ENTRYPOINT ["bunx", "@11ty/eleventy" "--serve"]
ENTRYPOINT ["bunx", "@11ty/eleventy", "--port", "6969", "--serve"]