Commit Graph

75 Commits

Author SHA1 Message Date
davide-acanfora 6b2f57f2f1 Added nodemon as a dev dependency and removed unnecessary instructions from the Dockerfile 2024-04-30 17:03:48 +02:00
Philip H c5d328be2a
fixup: Dockerfile 2024-04-27 18:55:06 +02:00
Philip H 155541fbdb
fixup: add timeout otherwise it reports unhealthy 2024-04-27 18:44:05 +02:00
Philip H 83408f6a9b
add healthcheck into Dockerfile
Thanks @CosasDePuma
2024-04-27 18:34:20 +02:00
Philip H 6b284cb27c Dockerfile: add note 2024-04-19 17:12:07 +02:00
Philip H e6db5e8b7f Dockerfile: missing operator 2024-04-19 17:12:07 +02:00
Philip H 6e7f2f730e Dockerfile: move all npm steps 2024-04-19 17:12:07 +02:00
Philip H c8224f34f9 Dockerfile: use nodejs 18 for build
workaround to get nodejs 20 working on older arm architectures
2024-04-19 17:12:07 +02:00
pheiduck 3032163814 bump to node 20 2024-04-19 17:12:07 +02:00
Philip H f9daa3e5be Bugfix: differnt Ports usage 2024-04-14 19:51:04 +02:00
Philip H ac47789561
revert: Workaround CVE-2023-42282
newest images have updated ip package
2024-03-23 19:35:58 +01:00
davide-acanfora 50add72345 Reduce docker image size 2024-03-01 14:20:28 +01:00
Philip H 00dc29c1ac
Workaround CVE-2023-42282 2024-02-18 22:42:27 +01:00
JohannesB 83b7825aff Don't 'update the cache' and tell apk to use 'no cache' at the same time; it makes no sense. 2024-01-05 10:15:24 +01:00
Philip H 75180f953d
Dockerfile: --omit=dev newer flag for —production
Dependency types to omit from the installation tree on disk. Will make the image a bit smaller and build take less time.
2023-12-31 16:43:11 +01:00
Philip H bf1b4df69f
Dockerfile: revert --production 2023-12-22 17:38:36 +01:00
Philip H 0bf439c018
Dockerfile: use npm ci --production
get rid of npm config set -g command, its not realy needed
2023-12-22 16:45:43 +01:00
Peter Lewis 969d2ad07c
Made iptables comment more accurate
Made iptables comment a more accurate reflection on what is being done.
2023-12-22 08:15:27 +00:00
Peter Lewis 7a97b799ac
add dpkg 2023-12-21 19:53:30 +00:00
Peter Lewis 80f619aa1d
Update Dockerfile 2023-12-21 19:48:49 +00:00
Philip H e2339a4a9d
Merge pull request #688 from wg-easy/cleanup
remove npm config set and notes
2023-12-21 20:22:20 +01:00
Philip H 35386d0792
Revert Dockerfile: switch from iptables to iptables-legacy
it's need some more development
2023-12-21 19:35:36 +01:00
Philip H. f27f1f89bd
remove npm config 2023-12-21 18:25:14 +00:00
Philip H 6ff6115e98
Dockerfile: fixup symlink of iptables 2023-12-21 19:18:46 +01:00
Philip H 10089cf622
Dockerfile: separate Symlink task 2023-12-21 19:15:02 +01:00
Philip H 95038b7d5e
Dockerfile: use iptables-legacy and symlink to iptables 2023-12-21 18:57:58 +01:00
Peter Lewis abe7e45bc7
Revert Dockerfile: switch from iptables to iptables-legacy 2023-12-21 17:11:54 +00:00
Philip H. b059ace86b
Dockerfile: switch from iptables to iptables-legacy 2023-12-21 15:56:57 +00:00
Peter Lewis 7049bc89fd
missed nodemon 2023-12-21 14:30:19 +00:00
Peter Lewis aa939d876c
Merge remote-tracking branch 'pheiduck/main' into rebase-pheiduck 2023-12-21 14:25:54 +00:00
Emile Nijssen 12c69ee949 node v20 → v18 2023-12-18 21:41:51 +01:00
Philip H 554503c0d3
Dockerfile: pull always latest image of specific node version 2023-12-18 13:03:50 +01:00
Emile Nijssen 024abce7e5 update to node v20 2023-12-17 22:42:40 +01:00
Emile Nijssen c2432a17a9 node 14 → node 20 2023-12-17 22:39:15 +01:00
Philip H 219073b534
Dockerfile: iptables is missing on alpine 3.19 2023-12-17 12:16:48 +01:00
Philip H. c56c2a0c40
Dockerfile: update node18 checksum 2023-12-12 18:04:54 +00:00
Philip H. 5b27a1696d
package.json: uninstall eslint from package-base 2023-12-02 16:19:02 +00:00
Philip H. 59181ba3d8
Dockerfile: update node18 checksum 2023-12-02 15:08:38 +00:00
Philip H 746576693f
Dockerfile: readd legacy-peer-deps
disable during debuging
2023-12-02 14:12:06 +01:00
Philip H e95754edc0
fixup: Dockerfile
remove legacy-peer-deps flag
2023-12-02 13:44:59 +01:00
Philip H. 0924b5b564
Dockerfile: update node18 checksum 2023-12-01 11:03:40 +00:00
Philip H. a27ec4e201
npm: set global config 2023-11-26 13:45:04 +00:00
Philip H 950b13a88a
Dockerfile: separate run for npm config 2023-11-25 18:06:25 +01:00
Philip H. 23405243c8
Dockerfile: update node18 checksum 2023-11-22 16:55:50 +00:00
Philip H 31f15aa216
Dockerfile: clean build
--legacy-peer-deps will be use on build time, to get clean builds
deps will be updated normal anyway
2023-11-19 15:05:07 +01:00
Philip H. 739d049a1b patch: --legacy-peer-deps should be a temporary solution 2023-11-19 13:57:55 +00:00
Philip H f32ab0446e
Dockerfile: --legacy-peer-deps 2023-11-19 12:06:52 +01:00
Philip H 521df75463
Dockerfile: in npm 8.x and above use --omit=dev flag 2023-11-15 09:49:41 +01:00
Philip H 55e4bf2fda
Dockerfile: disable fund message at build time 2023-11-13 11:03:55 +01:00
Philip H. f8c513f050 fixup: revert to 1.0.0 and node 18 2023-11-05 09:16:21 +00:00