This website requires JavaScript.
Explore
Help
Sign in
ryuslash
/
new-ryuslash.org
Watch
1
Star
0
Fork
You've already forked new-ryuslash.org
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
9c3d48cce6
new-ryuslash.org
/
Dockerfile
4 lines
73 B
Text
Raw
Normal View
History
Unescape
Escape
Run stages using different container images The Build/HTML stage needs the Emacs image because it uses Emacs to convert the org files into html files. The Build/CSS stage runs in an image defined by the Dockerfile in this repository, installing just make, npm, and lessc to convert the less files into CSS files. And the Deploy step needs to upload using rsync overs ssh.
2020-10-10 08:07:55 +02:00
FROM alpine:3.12
Try running with Dockerfile
2020-10-10 07:15:24 +02:00
Run stages using different container images The Build/HTML stage needs the Emacs image because it uses Emacs to convert the org files into html files. The Build/CSS stage runs in an image defined by the Dockerfile in this repository, installing just make, npm, and lessc to convert the less files into CSS files. And the Deploy step needs to upload using rsync overs ssh.
2020-10-10 08:07:55 +02:00
RUN apk add --no-cache make npm && npm -g install less
Reference in a new issue
Copy permalink