docker: expose 80
This commit is contained in:
parent
09bc9c6b42
commit
8a47ff3b1e
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ COPY assets ./assets
|
|||
COPY src ./src
|
||||
COPY package.json ./
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
HEALTHCHECK --interval=5s --timeout=5s --retries=3 CMD wget --spider -q http://0.0.0.0/healthcheck || exit 1
|
||||
|
||||
ENTRYPOINT [ "bun", "start" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue