Commit Graph

18 Commits

Author SHA1 Message Date
Asif Bacchus a2272d69b2 chore(ide): update docker build args 2022-02-26 23:04:24 -07:00
Asif Bacchus dc8f553975 chore(dockerfile): bump debian and sass versions 2022-02-26 22:58:59 -07:00
Asif Bacchus 6508abf765 chore(ide): Rider docker build configuration 2022-02-26 22:58:45 -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 6a9a5f7e2a fix(entrypoint): do not stop on errors while in watch mode 2021-08-02 03:24:08 -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 1972e6c5cf feature(entrypoint): add oneshot option 2021-07-29 22:19:19 -06:00
Asif Bacchus 19bcd59794 update readme 2021-07-29 22:17:25 -06:00
Asif Bacchus b8c5476686 update readme 2021-07-29 21:47:01 -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
Asif Bacchus 1574dff277 chore(git): initial repo setup 2021-07-28 21:51:55 -06:00
Asif Bacchus bed36939f4 Initial commit 2021-07-28 21:49:35 -06:00