This website works better with JavaScript.
Explore
Help
Sign In
vincent.astolfi
/
maettleship
mirror of
https://github.com/viastolfi/maettleship.git
Watch
1
Star
0
Fork
You've already forked maettleship
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.
b823451beb
v1.01
main
docker-deployment
deployement
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'b823451beb'
${ noResults }
maettleship
/
Dockerfile
7 lines
101 B
Raw
Blame
History
FROM
node:10
WORKDIR
/usr/src/app
COPY
./ ./
RUN
npm install
EXPOSE
8080
CMD
[
"npm"
,
"run"
,
"dev"
]
Reference in new issue
View Git Blame
Copy Permalink