This website requires JavaScript.
Explore
Help
Sign In
danog
/
sass-site
Watch
1
Star
0
Fork
0
You've already forked sass-site
mirror of
https://github.com/danog/sass-site.git
synced
2024-11-26 20:14:53 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ea3384fbf4
sass-site
/
Dockerfile
9 lines
75 B
Docker
Raw
Normal View
History
Unescape
Escape
Configure container development
2023-01-10 00:11:11 +01:00
FROM
node:16
WORKDIR
/app
COPY
. /app
Switch from yarn to npm
2023-06-20 00:12:39 +02:00
RUN
npm install
Add Docker CMD
2023-01-10 23:04:31 +01:00
Switch from yarn to npm
2023-06-20 00:12:39 +02:00
CMD
npm run serve
Reference in New Issue
Copy Permalink