htmx is so cool
This commit is contained in:
parent
e04ef78a42
commit
3ed7b0b5c7
11 changed files with 557 additions and 400 deletions
12
docker/bun-Dockerfile
Normal file
12
docker/bun-Dockerfile
Normal file
|
@ -0,0 +1,12 @@
|
|||
FROM oven/bun:alpine
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
COPY ./tsconfig.json /usr/src/app
|
||||
COPY ./package*.json /usr/src/app/
|
||||
COPY ./bun.lockb /usr/src/app
|
||||
COPY ./app/ /usr/src/app/app
|
||||
|
||||
RUN bun install
|
||||
|
||||
CMD ["bun", "start"]
|
Loading…
Add table
Add a link
Reference in a new issue