कारतोफ्फेलस्क्रिप्ट™
398adb23e8
feat(docker): reduce the size of alpine docker images ( #3973 )
...
* reduce redundant code between the two alpine Dockerfiles
* reduce the docker image build times
* reduce the `n8n` image size from 1.17GB to 462MB
* reduce the `n8n-custom` image size from 671MB to 460MB
* reduce the size of npm tree by making all typing packages devDependencies
Partially resolves this ticket: N8N-3252
2022-08-31 15:25:52 +02:00
LuPa
4a98fe48a9
🐛 Solve permission issue #1240 ( #1262 )
2020-12-19 23:04:20 +01:00
Jan Oberhauser
09309c6602
🐳 Fix docker images with custom commands #309
2020-02-13 20:08:42 -08:00
Jan Oberhauser
2238651fcd
🐛 Fix docker run with tunnel
2020-02-07 23:48:05 -08:00
Michael Hirschler
fb1424cd4e
uses non-root user
2020-02-05 21:28:47 +01:00
Jan Oberhauser
1b076a4763
🐳 Set n8n and system timezone separately
2019-10-29 08:27:26 +01:00
Alexandre Nizoux
97ba03e8b4
docker-entrypoint.sh MUST be executable for the container to start correctly
2019-10-26 15:32:10 +02:00
Alexandre Nizoux
d7775aa8ed
Double quotes to calm code autoreview
...
Should now pass green on code review :)
2019-10-26 13:42:22 +02:00
Alexandre Nizoux
cc97cc7b71
added docker-entrypoint.sh
...
Just setting timezone for system tools (`date` and others) to match app timezone defined with GENERIC_TIMEZONE env var.
2019-10-26 13:38:46 +02:00