This website requires JavaScript.
Explore
Help
Register
Sign In
serafim
/
kilogramm
Watch
1
Star
0
Fork
You've already forked kilogramm
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e6f583f6d4
kilogramm
/
frontend
/
Dockerfile
6 lines
78 B
Docker
Raw
Blame
History
FROM
node as build
COPY
. /app
WORKDIR
/app
RUN
npm install
CMD
npm run watch
Reference in New Issue
View Git Blame
Copy Permalink