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.
feat/custom-events
main
dev
feat/custom-events
feat/schema
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'feat/custom-events'
${ noResults }
orario
/
Dockerfile
10 lines
103 B
Docker
Raw
Permalink
Blame
History
FROM
node:18
WORKDIR
/app
COPY
package.json ./
RUN
npm install
COPY
. .
CMD
[
"npm"
,
"run"
,
"build"
]
Reference in New Issue
View Git Blame
Copy Permalink