This website requires JavaScript.
Explore
Wiki
Drone
Nexus
Help
Sign In
TerribleCodeClub
/
ButlerBin
Watch
12
Star
0
Fork
You've already forked ButlerBin
0
Code
Pull Requests
Releases
Activity
bea448306d
ButlerBin
/
Dockerfile
5 lines
80 B
Docker
Raw
Blame
History
FROM
node:alpine
WORKDIR
/app
COPY
. /app
RUN
npm install
CMD
[
"npm"
,
"start"
]
View Git Blame
Copy Permalink