This website requires JavaScript.
Explore
Help
Register
Sign In
projects
/
casino
Watch
1
Star
1
Fork
0
You've already forked casino
Code
Issues
Pull Requests
Actions
Packages
Releases
16
Activity
casino
/
.gitea
/
bunPipeline
/
Dockerfile
8 lines
91 B
Docker
Raw
Normal View
History
Unescape
Escape
build(Dockerfile): update Dockerfile for bun installation
2025-02-19 10:34:55 +01:00
FROM
imbios/bun-node
build: update Dockerfile and workflow context path
2025-02-19 10:33:12 +01:00
build(Dockerfile): update Dockerfile for bun installation
2025-02-19 10:34:55 +01:00
COPY
package.json .
COPY
bun.lock .
build: update Dockerfile to include CMD instruction
2025-02-19 11:08:43 +01:00
RUN
bun install
CMD
[
"/bin/sh"
]
Copy Permalink