This website requires JavaScript.
Explore
Help
Register
Sign In
Bbuddy
/
bbuddy-ui
Watch
4
Star
0
Fork
You've already forked bbuddy-ui
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
725edc0a24
bbuddy-ui
/
Dockerfile.1
5 lines
65 B
Docker
Raw
Blame
History
FROM
node:21-bookworm AS build
RUN
node -v
WORKDIR
/app
COPY
. .
Reference in New Issue
View Git Blame
Copy Permalink