Commit Graph

10 Commits

Author SHA1 Message Date
Asif Bacchus dc8f553975 chore(dockerfile): bump debian and sass versions 2022-02-26 22:58:59 -07:00
Asif Bacchus 09ab9a5f62 fix(entrypoint): change dart-sass cli options
- oneshot: remove --update, re-compile of all files
- watch: remove --stop-on-error
  - allow continuation after errors instead of container exit
  - display errors and allow for realtime correction
2021-08-03 21:21:53 -06:00
Asif Bacchus bc7a465c55 docs(dockerfile): update branch name for readme link 2021-08-03 18:22:40 -06:00
Asif Bacchus 952439a58d feature(dockerfile): remap exit code 143 to 0
- remaps sigterm exit code to 0 so docker properly detects a clean exit
2021-08-01 05:39:09 -06:00
Asif Bacchus dce4cf6ef7 feature(entrypoint): use entrypoint script to launch cmd
- allows preservation of ctrl-c termination
- 'shell' command as proxy for /bin/bash
2021-07-29 00:24:14 -06:00
Asif Bacchus 8aae6c877f refactor(dockerfile): rewrite using debian-slim as base image
- DART does not seem to work on Alpine
- use Debian-slim base instead
- change to entrypoint/cmd structure
- pass cmd as shell script instead of JSON for now
2021-07-29 00:00:52 -06:00
Asif Bacchus 2f9e6640cd refactor(dockerfile): change internal version label
- create internal version using internal version number and SASS release
 version
2021-07-28 22:45:21 -06:00
Asif Bacchus 4ac52d65cb fix(dockerfile): strip leading path from extracted sass executable 2021-07-28 22:44:17 -06:00
Asif Bacchus ddaf2f0089 fix(dockerfile): fix mkdir bug, create parent 2021-07-28 22:43:52 -06:00
Asif Bacchus 9767a00194 feature(dockerfile): initial dockerfile 2021-07-28 22:33:16 -06:00