This website works better with JavaScript.
Explore
Help
Sign In
felix.mielcarek
/
big-brother
mirror of
https://github.com/felixmielcarek/big-brother
Watch
1
Star
0
Fork
You've already forked big-brother
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
820f46e01c
main
v1.0.0
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '820f46e01c'
${ noResults }
big-brother
/
Dockerfile
6 lines
95 B
Raw
Blame
History
FROM
node:20
WORKDIR
/app
COPY
package*.json ./
RUN
npm install
COPY
. .
CMD
[
"node"
,
"app.js"
]
Reference in new issue
View Git Blame
Copy Permalink