This website requires JavaScript.
Explore
Help
Register
Sign in
jank
/
casino
Archived
Watch
1
Star
0
Fork
You've already forked casino
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
This repository has been archived on
2025-02-19
. You can view files and clone it, but cannot push or open issues or pull requests.
bd26ded681
casino
/
.gitea
/
bunPipeline
/
Dockerfile
8 lines
91 B
Text
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"]
Reference in a new issue
Copy permalink