feat: Explicitly set port
This commit is contained in:
parent
86fa761191
commit
831bf71977
1 changed files with 1 additions and 1 deletions
|
@ -16,4 +16,4 @@ COPY . .
|
|||
|
||||
# Run the app.
|
||||
USER bun
|
||||
ENTRYPOINT ["bunx", "@11ty/eleventy" "--serve"]
|
||||
ENTRYPOINT ["bunx", "@11ty/eleventy", "--port", "6969", "--serve"]
|
||||
|
|
Loading…
Reference in a new issue