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
2
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4bf696ea75
orario
/
Dockerfile
10 lines
103 B
Docker
Raw
Normal View
History
Unescape
Escape
Typo
3 years ago
FROM
node:18
Added docker build image
3 years ago
WORKDIR
/app
Refactor delle view-modes, readme and better dockerfile
3 years ago
COPY
package.json ./
Updated dockerfile
3 years ago
RUN
npm install
Added docker build image
3 years ago
Refactor delle view-modes, readme and better dockerfile
3 years ago
COPY
. .
Updated dockerfile
3 years ago
CMD
[
"npm"
,
"run"
,
"build"
]