This website works better with JavaScript.
Explore
Help
Sign In
phc
/
orario
Watch
6
Star
2
Fork
You've already forked orario
1
Code
Issues
1
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23c1510455
main
dev
feat/custom-events
feat/schema
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '23c1510455'
${ noResults }
orario
/
Dockerfile
9 lines
83 B
Docker
Raw
Normal View
History
Unescape
Escape
Typo
2 years ago
FROM
node:18
Added docker build image
2 years ago
WORKDIR
/app
Fix
2 years ago
COPY
. ./
Updated dockerfile
2 years ago
RUN
npm install
Added docker build image
2 years ago
Updated dockerfile
2 years ago
CMD
[
"npm"
,
"run"
,
"build"
]