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
b0aac83c62
ButlerBin
/
Dockerfile
6 lines
80 B
Docker
Raw
Blame
History
FROM
node:alpine3.10
COPY
. /srv
WORKDIR
/srv
RUN
npm install
CMD
"npm"
"start"
View Git Blame
Copy Permalink