Compare commits
2 commits
960d095112
...
831bf71977
Author | SHA1 | Date | |
---|---|---|---|
831bf71977 | |||
86fa761191 |
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
# https://bun.sh/guides/ecosystem/docker
|
||||
FROM oven/bin:1.1.19 AS base
|
||||
FROM oven/bun:1.1.19 AS base
|
||||
|
||||
# Install dependencies into the temp directory
|
||||
# Install, excluding devDeps
|
||||
|
@ -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