Closed
Bug 1381927
Opened 8 years ago
Closed 8 years ago
Build frontend files outside of Dockerfile
Categories
(Socorro :: Symbols, task)
Socorro
Symbols
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: peterbe, Assigned: peterbe)
Details
Instead of doing it in Dockerfile, we do it after the tests have passed (and before deployment).
The `yarn && yarn run build` step is slow and very CPU intensive so it'd be nice to not have to do it every time you run `make build` locally.
| Assignee | ||
Comment 1•8 years ago
|
||
Comment 2•8 years ago
|
||
Commit pushed to master at https://github.com/mozilla-services/tecken
https://github.com/mozilla-services/tecken/commit/b249179e19ee5c64b7bcadb4bf87c0cec6dac73d
fixes bug 1381927 - build frontend separately in Circle (#238)
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•