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
6 lines
74 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 .
RUN
bun install
Copy Permalink