This website works better with JavaScript.
Explore
Help
Sign In
Fran314
/
orario
forked from
phc/orario
Watch
1
Star
0
Fork
You've already forked orario
0
Code
Issues
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.
2dda03dd8a
main
mobile-header
compressed-week-view
dev
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '2dda03dd8a'
${ 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"
]