Matthew Connelly
05a3b2d31f
fix(Dockerfile): Use explicit node version ( #2125 )
...
The `node:alpine` Docker image appears to have recently been updated to point to Node 17, breaking new builds of Pinafore. This commit explicitly specifies Node 16 until the underlying reason for the build failure on 17+ can be fixed.
2022-04-19 06:38:06 -07:00
Alex
780db2be22
fix: Updated Dockerfile. Referenced in #1826 ( #1828 )
2020-07-06 19:52:13 -07:00
stanclai
fe919de86d
Clean yarn cache during docker image build phase ( #1073 )
2019-03-03 13:25:42 -08:00
Nolan Lawson
2fc6897ee3
perf: reduce install size using yarn --production ( #1066 )
2019-03-02 14:44:19 -08:00
stanclai
c1df934c55
perf: Reduce docker image ( #1064 )
...
* Add .dockerignore file to clean image building area
* Optimize docker image build
2019-03-02 13:33:16 -08:00
Nolan Lawson
2adf8a738e
fix: fix port not defaulting to 4002, add server.js ( #976 )
...
fixes #972
2019-02-12 23:12:50 -08:00
Nolan Lawson
91f954de36
perf: reduce server-side memory usage of Pinafore ( #973 )
...
fixes #971
2019-02-12 21:43:04 -08:00
Nolan Lawson
734857d3bf
docs: add documentation about 1.0.0 yarn changes ( #959 )
...
[skip ci]
2019-02-10 11:30:00 -08:00
Nolan Lawson
d198250eab
chore: switch to yarn ( #927 )
...
* chore: switch to yarn
BREAKING CHANGE: Pinafore is now using yarn rather than npm, so those
who self-host will need to stop running e.g. `npm install` and run `yarn
install` instead.
* install latest yarn
2019-01-27 17:44:30 -08:00
koyu
a1b89805e7
Fixing Dockerfile ( #440 )
2018-08-18 21:20:33 -07:00
Koyu Berteon
d79de35603
Added Dockerfile ( #313 )
...
* Added Dockerfile
* Better comments in Dockerfile
* Added SIGINT handler
* Keeping code-check happy
* Keeping code-check happy v2
* Keeping code-check happy v2
2018-05-24 19:59:48 -07:00